Home | History | Annotate | Download | only in libutil

Lines Matching full:buffer

3  * a growable buffer interface
23 * init_buffer - initialize an empty buffer
24 * @param buffer the buffer to initialize
29 void init_buffer(struct growable_buffer * buffer);
32 * free_buffer - free the memory allocated for this buffer
33 * @param buffer the buffer to free
35 void free_buffer(struct growable_buffer * buffer);
38 * add_data - add data to this buffer
39 * @param b the buffer where to add data
41 * @param len number of byte to add to the buffer