Lines Matching defs:used
6 const size_t used;
36 /* Free the memory used by buffer. Not needed if the memory is free'd
39 /* Free the memory used by buffer structure, but return the buffer data
69 the used data in buffer. */
73 copy the rest of the used data in buffer. */
90 /* Set the "used size" of buffer, ie. 0 would set the buffer empty.
91 Must not be used to grow buffer. The data after the buffer's new size will
106 /* Returns pointer to beginning of buffer data. Current used size of buffer is
112 *used_size_r = buf->used;
116 /* Returns the current used buffer size. */
120 return buf->used;
124 This can be used as an assert-like check to verify that it's valid to