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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2900 Pgno iFreePg; local
2902 rc = allocateBtreePage(pBt, &pFreePg, &iFreePg, iLastPg, 1);
2906 assert( iFreePg==iLastPg );
2910 Pgno iFreePg; /* Index of free page to move pLastPg to */ local
2927 rc = allocateBtreePage(pBt, &pFreePg, &iFreePg, 0, 0);
2933 }while( nFin!=0 && iFreePg>nFin );
2934 assert( iFreePg<iLastPg );
2938 rc = relocatePage(pBt, pLastPg, eType, iPtrPage, iFreePg, nFin!=0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c50019 Pgno iFreePg; local
50029 Pgno iFreePg; /* Index of free page to move pLastPg to */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c54598 Pgno iFreePg; local
54608 Pgno iFreePg; /* Index of free page to move pLastPg to */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c54618 Pgno iFreePg; local
54628 Pgno iFreePg; /* Index of free page to move pLastPg to */ local
[all...]

Completed in 429 milliseconds