Lines Matching defs:StrBuffer
151682 typedef struct StrBuffer StrBuffer;
151683 struct StrBuffer {
152160 StrBuffer *pStr, /* Buffer to append to */
152168 /* If there is insufficient space allocated at StrBuffer.z, use realloc()
152284 StrBuffer *pOut /* Write output here */
152974 StrBuffer res = {0, 0, 0};
153119 StrBuffer res = {0, 0, 0}; /* Result string */