OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aiSmall
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mem3.c
73
** Pointers to the head of the list are stored in mem3.
aiSmall
[]
127
** The master chunk is not in either the aiHash[] or
aiSmall
[].
137
u32
aiSmall
[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */
176
memsys3UnlinkFromList(i, &mem3.
aiSmall
[size-2]);
210
memsys3LinkIntoList(i, &mem3.
aiSmall
[size-2]);
302
** mem3.
aiSmall
[] or mem3.aiHash[].
374
i = mem3.
aiSmall
[nBlock-2];
376
memsys3UnlinkFromList(i, &mem3.
aiSmall
[nBlock-2]);
416
memsys3Merge(&mem3.
aiSmall
[i]);
631
if( mem3.
aiSmall
[i]==0 ) continue
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 44 milliseconds