#include "buffer.h"#include "byte.h"#include "error.h"Include dependency graph for buffer_get.c:

Go to the source code of this file.
Functions | |
| int | buffer_feed (buffer *s) |
| int | buffer_bget (buffer *s, char *buf, unsigned int len) |
| int | buffer_get (buffer *s, char *buf, unsigned int len) |
| char * | buffer_peek (buffer *s) |
| void | buffer_seek (buffer *s, unsigned int len) |
|
||||||||||||||||
|
Definition at line 38 of file buffer_get.c. References buffer_feed(), buffer::fd, buffer::n, buffer::op, and buffer::p. |
Here is the call graph for this function:

|
|
Definition at line 25 of file buffer_get.c. References byte_copyr(), buffer::fd, buffer::n, buffer::op, buffer::p, and buffer::x. Referenced by buffer_bget(), buffer_copy(), and buffer_get(). |
Here is the call graph for this function:

|
||||||||||||||||
|
Definition at line 48 of file buffer_get.c. References buffer_feed(), buffer::fd, buffer::n, buffer::op, and buffer::p. |
Here is the call graph for this function:

|
|
Definition at line 58 of file buffer_get.c. |
|
||||||||||||
|
Definition at line 63 of file buffer_get.c. |
1.3.6-20040222