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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2147 ** If the iFix!=0 then the pageSizeFixed flag is set so that the page size
2150 int sqlite3BtreeSetPageSize(Btree *p, int pageSize, int nReserve, int iFix){ argument
2172 if( iFix ) pBt->pageSizeFixed = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c49269 sqlite3BtreeSetPageSize(Btree *p, int pageSize, int nReserve, int iFix) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c53781 sqlite3BtreeSetPageSize(Btree *p, int pageSize, int nReserve, int iFix) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c53801 sqlite3BtreeSetPageSize(Btree *p, int pageSize, int nReserve, int iFix) argument
[all...]

Completed in 1984 milliseconds