Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Ddict.c388 size_t nAlloc; in dictCreateHashed() local
/freebsd/contrib/sqlite3/
H A Dshell.c1464 int nAlloc; member
4719 unsigned nAlloc; /* Number of slots allocated for a[] */ member
7209 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member
11038 sqlite3_int64 nAlloc; in zipfileGetEntry() local
11214 sqlite3_int64 nAlloc; in zipfileDeflate() local
12151 int nAlloc; /* Byte allocated at a[] */ member
19511 i64 nAlloc = nMax * nText + (nMax+64)*2; in recoverEscapeCrlf() local
23900 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */ in explain_data_prepare() local
24385 sqlite3_int64 nAlloc = 0; in exec_prepared_stmt_columnar() local
25008 int nAlloc = 0; in tableColumnList() local
[all …]
H A Dsqlite3.c19589 int nAlloc; /* Number of a[] slots allocated */ member
19774 u32 nAlloc; /* Number of entries allocated in a[] below */ member
20572 u32 nAlloc; /* Amount of space allocated in zText */ member
27550 int nAlloc[NCSIZE]; /* Total number of allocations */ member
28761 u64 nAlloc; /* Total number of calls to malloc */ member
29149 int nAlloc = (1<<ii); in memsys5Init() local
37323 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; in sqlite3VListAdd() local
85054 i64 nAlloc = nByte; local