Home
last modified time | relevance | path

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

/external/sqlite/dist/ext/misc/
Dpercentile.c73 unsigned nAlloc; /* Number of slots allocated for a[] */ member
/external/sqlite/dist/orig/
Dshell.c808 int nAlloc; member
3856 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member
7535 sqlite3_int64 nAlloc; in zipfileGetEntry() local
7711 sqlite3_int64 nAlloc; in zipfileDeflate() local
8628 int nAlloc; /* Byte allocated at a[] */ member
14076 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */ in explain_data_prepare() local
14454 sqlite3_int64 nAlloc = 0; in exec_prepared_stmt_columnar() local
15073 int nAlloc = 0; in tableColumnList() local
16026 i64 nAlloc = nMax * nText + (nMax+64)*2; in shellEscapeCrnl() local
16497 int nAlloc; /* Space allocated for z[] */ member
[all …]
Dsqlite3.c18306 int nAlloc; /* Number of a[] slots allocated */ member
18459 u32 nAlloc; /* Number of entries allocated in a[] below */ member
19199 u32 nAlloc; /* Amount of space allocated in zText */ member
/external/sqlite/dist/
Dshell.c813 int nAlloc; member
3861 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member
7540 sqlite3_int64 nAlloc; in zipfileGetEntry() local
7716 sqlite3_int64 nAlloc; in zipfileDeflate() local
8633 int nAlloc; /* Byte allocated at a[] */ member
14081 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */ in explain_data_prepare() local
14459 sqlite3_int64 nAlloc = 0; in exec_prepared_stmt_columnar() local
15078 int nAlloc = 0; in tableColumnList() local
16031 i64 nAlloc = nMax * nText + (nMax+64)*2; in shellEscapeCrnl() local
16518 int nAlloc; /* Space allocated for z[] */ member
[all …]
Dsqlite3.c18306 int nAlloc; /* Number of a[] slots allocated */ member
18459 u32 nAlloc; /* Number of entries allocated in a[] below */ member
19199 u32 nAlloc; /* Amount of space allocated in zText */ member
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c18464 u32 nAlloc; /* Number of entries allocated in a[] below */ member
19185 u32 nAlloc; /* Amount of space allocated in zText */ member
24251 int nAlloc[NCSIZE]; /* Total number of allocations */ member
25462 u64 nAlloc; /* Total number of calls to malloc */ member
25841 int nAlloc = (1<<ii); in memsys5Init() local