Searched refs:aiFreelist (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c118 ** Lists of free blocks. aiFreelist[0] is a list of free blocks of
119 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
122 int aiFreelist[LOGMAX+1]; member in struct:Mem5Global
145 ** on. It should be found on mem5.aiFreelist[iLogsize].
156 mem5.aiFreelist[iLogsize] = next;
176 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize];
182 mem5.aiFreelist[iLogsize] = i;
221 i = iFirst = mem5.aiFreelist[iLogsize];
243 int iBin; /* Index into mem5.aiFreelist[] */
266 /* Make sure mem5.aiFreelist[iLogsiz
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15915 ** Lists of free blocks. aiFreelist[0] is a list of free blocks of
15916 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
15919 int aiFreelist[LOGMAX+1]; member in struct:Mem5Global
15942 ** on. It should be found on mem5.aiFreelist[iLogsize].
15953 mem5.aiFreelist[iLogsize] = next;
15973 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize];
15979 mem5.aiFreelist[iLogsize] = i;
16018 i = iFirst = mem5.aiFreelist[iLogsize];
16040 int iBin; /* Index into mem5.aiFreelist[] */
16063 /* Make sure mem5.aiFreelist[iLogsiz
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17909 ** Lists of free blocks. aiFreelist[0] is a list of free blocks of
17910 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
17913 int aiFreelist[LOGMAX+1]; member in struct:Mem5Global
17936 ** on. It should be found on mem5.aiFreelist[iLogsize].
17947 mem5.aiFreelist[iLogsize] = next;
17967 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize];
17973 mem5.aiFreelist[iLogsize] = i;
18015 int iBin; /* Index into mem5.aiFreelist[] */
18038 /* Make sure mem5.aiFreelist[iLogsize] contains at least one free
18042 for(iBin=iLogsize; iBin<=LOGMAX && mem5.aiFreelist[iBi
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17909 ** Lists of free blocks. aiFreelist[0] is a list of free blocks of
17910 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
17913 int aiFreelist[LOGMAX+1]; member in struct:Mem5Global
17936 ** on. It should be found on mem5.aiFreelist[iLogsize].
17947 mem5.aiFreelist[iLogsize] = next;
17967 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize];
17973 mem5.aiFreelist[iLogsize] = i;
18015 int iBin; /* Index into mem5.aiFreelist[] */
18038 /* Make sure mem5.aiFreelist[iLogsize] contains at least one free
18042 for(iBin=iLogsize; iBin<=LOGMAX && mem5.aiFreelist[iBi
[all...]

Completed in 424 milliseconds