Searched defs:nAlloc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1898 int nAlloc; member in struct:ShellText
6357 unsigned nAlloc; /* Slots allocated for aOp[] and aArg[] */ member in struct:ReCompiled
10121 sqlite3_int64 nAlloc; local
10297 sqlite3_int64 nAlloc; local
11234 int nAlloc; /* Byte allocated at a[] */ member in struct:ZipfileBuffer
15998 i64 nAlloc = nMax * nText + (nMax+64)*2; local
20194 int nAlloc = 0; /* Allocated size of p->aiIndent[], abYield */ local
20603 sqlite3_int64 nAlloc = 0; local
21216 int nAlloc = 0; local
22611 int nAlloc; /* Space allocated for z[] */ member in struct:ImportCtx
27499 int nRow, nAlloc; local
28454 i64 nAlloc = 0; /* Allocated zSql[] space */ local
[all...]
H A Dsqlite3.c19109 int nAlloc; /* Number of a[] slots allocated */ member in struct:ExprList
19259 u32 nAlloc; /* Number of entries allocated in a[] below */ member in struct:SrcList
20034 u32 nAlloc; /* Amount of space allocated in zText */ member in struct:sqlite3_str
26773 int nAlloc[NCSIZE]; /* Total number of allocations */ member in struct:__anon42
27984 u64 nAlloc; /* Total number of calls to malloc */ member in struct:Mem5Global
28372 int nAlloc = (1<<ii); local
36403 sqlite3_int64 nAlloc = (pIn ? 2*(sqlite3_int64)pIn[0] : 10) + nInt; local
83551 i64 nAlloc = nByte; local
102614 int nAlloc; /* Bytes of space at aAlloc */ member in struct:PmaReader
109989 int nAlloc; local
115898 int nAlloc; local
125406 sqlite3_int64 nAlloc = 2*(sqlite3_int64)pSrc->nSrc+nExtra; local
150389 u32 nAlloc; /* Slots allocated for azResult[] */ member in struct:TabResult
186434 i64 nAlloc = 0; /* Size of allocated buffer */ local
196573 int nAlloc = 0; /* Size of allocated array at aElem */ local
198552 int nAlloc; /* Allocated size of a[] (nAlloc>=n) */ member in struct:Blob
198612 int nAlloc = nMin; local
199404 int nAlloc = 0; /* Allocated size of aIdx[] */ local
199790 const int nAlloc = sizeof(*pCsr) + sizeof(*pFilter) + sizeof(*pWriter); local
200809 int nAlloc; /* Allocated size of buffer z in bytes */ member in struct:StrBuffer
201302 sqlite3_int64 nAlloc = pStr->nAlloc+(sqlite3_int64)nAppend+100; local
202540 int nAlloc; /* space allocated at zToken */ member in struct:unicode_cursor
203482 u64 nAlloc; /* Bytes of storage available in zBuf[] */ member in struct:JsonString
212932 int nAlloc; /* Space allocated to a[] */ member in struct:GeoParse
223111 int nAlloc; /* Size of allocation containing aBuf */ member in struct:SessionBuffer
235261 int nAlloc = 4; local
238068 int nAlloc; /* Total size of allocation */ member in struct:Fts5HashEntry
239425 sqlite3_int64 nAlloc = sizeof(Fts5Data) + nByte + FTS5_DATA_PADDING; local
245225 int nAlloc = pIn ? pIn->nIterAlloc*2 : 16; local
[all...]

Completed in 472 milliseconds