Searched defs:StrAccum (Results 1 – 4 of 4) sorted by relevance
626 typedef struct StrAccum StrAccum; typedef2391 struct StrAccum { struct2392 sqlite3 *db; /* Optional database for lookaside. Can be NULL */2393 char *zBase; /* A base allocation. Not from malloc. */2394 char *zText; /* The string collected so far */2395 int nChar; /* Length of the string so far */2396 int nAlloc; /* Amount of space allocated in zText */2397 int mxAlloc; /* Maximum allowed string length */2398 u8 mallocFailed; /* Becomes true if any memory allocation fails */2399 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */[all …]
7621 typedef struct StrAccum StrAccum; typedef10751 struct StrAccum { struct10752 sqlite3 *db; /* Optional database for lookaside. Can be NULL */10753 char *zBase; /* A base allocation. Not from malloc. */10754 char *zText; /* The string collected so far */10755 int nChar; /* Length of the string so far */10756 int nAlloc; /* Amount of space allocated in zText */10757 int mxAlloc; /* Maximum allowed string length */10758 u8 mallocFailed; /* Becomes true if any memory allocation fails */10759 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */[all …]
8153 typedef struct StrAccum StrAccum; typedef11307 struct StrAccum { struct11308 sqlite3 *db; /* Optional database for lookaside. Can be NULL */11309 char *zBase; /* A base allocation. Not from malloc. */11310 char *zText; /* The string collected so far */11311 int nChar; /* Length of the string so far */11312 int nAlloc; /* Amount of space allocated in zText */11313 int mxAlloc; /* Maximum allowed string length */11314 u8 mallocFailed; /* Becomes true if any memory allocation fails */11315 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */[all …]