Searched refs:BUF_MEM (Results 1 – 4 of 4) sorted by relevance
83 BUF_MEM *BUF_MEM_new(void);84 void BUF_MEM_free(BUF_MEM *a);85 int BUF_MEM_grow(BUF_MEM *str, size_t len);86 int BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
127 typedef struct buf_mem_st BUF_MEM; typedef
183 BUF_MEM *bytes;
1483 BUF_MEM *init_buf; /* buffer used during init */
Completed in 28 milliseconds