OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aOvfl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_stat.c
88
int nOvfl; /* Entries in
aOvfl
[] */
89
u32 *
aOvfl
; /* Array of overflow page numbers */
91
int iOvfl; /* Iterates through
aOvfl
[] */
226
sqlite3_free(p->aCell[i].
aOvfl
);
340
pCell->
aOvfl
= sqlite3_malloc(sizeof(u32)*nOvfl);
341
pCell->
aOvfl
[0] = sqlite3Get4byte(&aData[iOff+nLocal]);
344
u32 iPrev = pCell->
aOvfl
[j-1];
351
pCell->
aOvfl
[j] = sqlite3Get4byte(sqlite3PagerGetData(pPg));
405
pCsr->iPageno = pCell->
aOvfl
[pCell->iOvfl];
btreeInt.h
289
}
aOvfl
[5];
btree.c
865
pOvfl = &pPage->
aOvfl
[i];
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 1962 milliseconds