Searched refs:ExpandBuf (Results 1 – 1 of 1) sorted by relevance
111 } ExpandBuf; typedef116 static ExpandBuf* ebAlloc(void) in ebAlloc()120 ExpandBuf* newBuf = (ExpandBuf*) malloc(sizeof(ExpandBuf)); in ebAlloc()133 static void ebFree(ExpandBuf* pBuf) in ebFree()147 static inline unsigned char* ebGetBuffer(ExpandBuf* pBuf) in ebGetBuffer()155 static inline size_t ebGetLength(ExpandBuf* pBuf) in ebGetLength()163 static void ebClear(ExpandBuf* pBuf) in ebClear()171 static int ebEnsureCapacity(ExpandBuf* pBuf, int size) in ebEnsureCapacity()194 static int ebAddData(ExpandBuf* pBuf, const void* data, size_t count) in ebAddData()205 static int ebReadString(ExpandBuf* pBuf, FILE* in) in ebReadString()[all …]