Home
last modified time | relevance | path

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

123

/sqlite-3.40.0/tool/
H A Dshowlocks.c31 int nAlloc = 1; in showLocksInRange() local
H A Dfuzzershell.c236 sqlite3_uint64 nAlloc; /* Bytes allocated to z[] */ member
289 sqlite3_int64 nAlloc; /* Number of bytes allocated for z[] */ member
791 int nAlloc = 0; /* Number of bytes allocated for zIn[] */ in main() local
/sqlite-3.40.0/src/
H A Dmem5.c109 u64 nAlloc; /* Total number of calls to malloc */ member
493 int nAlloc = (1<<ii); in memsys5Init() local
H A Dtable.c30 u32 nAlloc; /* Slots allocated for azResult[] */ member
H A Dtest_hexio.c394 int nAlloc = 0; in make_fts3record() local
H A Dmem2.c119 int nAlloc[NCSIZE]; /* Total number of allocations */ member
/sqlite-3.40.0/ext/misc/
H A Deval.c27 sqlite3_int64 nAlloc; /* Number of bytes allocated for z[] */ member
H A Ddbdump.c72 int nAlloc; /* Number of bytes allocated to z[] */ member
183 int nAlloc = 0; in tableColumnList() local
H A Dpercentile.c73 unsigned nAlloc; /* Number of slots allocated for a[] */ member
H A Dnextchar.c69 int nAlloc; /* Space allocated to aResult */ member
H A Dzipfile.c820 sqlite3_int64 nAlloc; in zipfileGetEntry() local
996 sqlite3_int64 nAlloc; in zipfileDeflate() local
1913 int nAlloc; /* Byte allocated at a[] */ member
H A Dregexp.c160 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_str.c36 int nAlloc = pStr->n + nNew + 100; in lsmStringExtend() local
H A DlsmInt.h195 int nAlloc; /* Space allocated for z[] */ member
217 int nAlloc; member
561 int nAlloc; /* Allocated size of aEntry[] */ member
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_io.c173 int nAlloc = 128; in readStdin() local
H A Dlsmtest_mem.c77 int nAlloc; /* Number of allocations at this path */ member
/sqlite-3.40.0/test/
H A Ddbfuzz2.c234 int nAlloc = 0; in LLVMFuzzerTestOneInput() local
H A Dthreadtest1.c63 int nAlloc; /* Number of slots allocated for azElem[] */ member
H A Dfuzzcheck.c740 sqlite3_uint64 nAlloc = 4096; /* Space allocated in a[] */ in decodeDatabase() local
1153 int nAlloc = 0; in runCombinedDbSqlInput() local
1294 int nAlloc = 0; in runCombinedDbSqlInput() local
H A Dkvtest.c814 sqlite3_int64 nAlloc = 0; /* Space allocated for pData[] */ in runMain() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_unicode.c97 int nAlloc; /* space allocated at zToken */ member
H A Dfts3_write.c1720 int nAlloc = 0; /* Size of allocated array at aElem */ in sqlite3Fts3SegReaderPending() local
3694 int nAlloc; /* Allocated size of a[] (nAlloc>=n) */ member
3754 int nAlloc = nMin; in blobGrowBuffer() local
4539 int nAlloc = 0; /* Allocated size of aIdx[] */ in fts3RepackSegdirLevel() local
4925 const int nAlloc = sizeof(*pCsr) + sizeof(*pFilter) + sizeof(*pWriter); in sqlite3Fts3Incrmerge() local
H A Dfts3_snippet.c124 int nAlloc; /* Allocated size of buffer z in bytes */ member
615 sqlite3_int64 nAlloc = pStr->nAlloc+(sqlite3_int64)nAppend+100; in fts3StringAppend() local
/sqlite-3.40.0/mptest/
H A Dmptest.c412 int nAlloc; /* Slots of z[] allocated */ member
425 int nAlloc = p->nAlloc*2 + n + 100; in stringAppend() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_hash.c63 int nAlloc; /* Total size of allocation */ member

123