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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10633 int nAlloc; /* Number of entries allocated below */ member in struct:ExprList
10678 int nAlloc; /* Number of entries allocated for a[] below */ member in struct:IdList
10716 i16 nAlloc; /* Number of entries allocated in a[] below */ member in struct:SrcList
11281 int nAlloc; /* Amount of space allocated in zText */ member in struct:StrAccum
15512 int nAlloc[NCSIZE]; /* Total number of allocations */ member in struct:__anon2859
16720 u64 nAlloc; /* Total number of calls to malloc */ member in struct:Mem5Global
17105 int nAlloc = (1<<ii); local
58935 int nAlloc = nByte; local
71640 int nAlloc; /* Bytes of space at aAlloc */ member in struct:VdbeSorterIter
79065 int nAlloc; local
84252 int nAlloc = pSrc->nSrc+nExtra; local
98977 int nAlloc; /* Slots allocated for azResult[] */ member in struct:TabResult
117911 int nAlloc = 0; /* Size of allocated buffer */ local
126151 int nAlloc = 0; /* Size of allocated array at aElem */ local
128179 int nAlloc; /* Allocated size of buffer z in bytes */ member in struct:StrBuffer
128570 int nAlloc = pStr->nAlloc+nAppend+100; local
[all...]

Completed in 586 milliseconds