Home
last modified time | relevance | path

Searched defs:StrBuffer (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c120 typedef struct StrBuffer StrBuffer; typedef
121 struct StrBuffer { struct
122 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 */