Lines Matching defs:StrBuffer
151712 typedef struct StrBuffer StrBuffer;
151713 struct StrBuffer {
152190 StrBuffer *pStr, /* Buffer to append to */
152198 /* If there is insufficient space allocated at StrBuffer.z, use realloc()
152314 StrBuffer *pOut /* Write output here */
153004 StrBuffer res = {0, 0, 0};
153149 StrBuffer res = {0, 0, 0}; /* Result string */