Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
DsqliteInt.h626 typedef struct StrAccum StrAccum; typedef
2391 struct StrAccum { struct
2392 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 …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7621 typedef struct StrAccum StrAccum; typedef
10751 struct StrAccum { struct
10752 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 …]
/external/sqlite/dist/orig/
Dsqlite3.c8153 typedef struct StrAccum StrAccum; typedef
11307 struct StrAccum { struct
11308 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 …]
/external/sqlite/dist/
Dsqlite3.c8153 typedef struct StrAccum StrAccum; typedef
11307 struct StrAccum { struct
11308 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 …]