Searched defs:StrBuffer (Results 1 – 1 of 1) sorted by relevance
120 typedef struct StrBuffer StrBuffer; typedef121 struct StrBuffer { struct122 char *z; /* Pointer to buffer containing string */123 int n; /* Length of z in bytes (excl. nul-term) */124 int nAlloc; /* Allocated size of buffer z in bytes */