Searched defs:buf_mem_st (Results 1 – 2 of 2) sorted by relevance
38 struct buf_mem_st { struct39 size_t length; /* current number of bytes */40 char *data;41 size_t max; /* size of buffer */42 unsigned long flags;
403 class buf_mem_st(Structure): class