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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2849 static int allocateBtreePage(BtShared *, MemPage **, Pgno *, Pgno, u8);
2902 rc = allocateBtreePage(pBt, &pFreePg, &iFreePg, iLastPg, 1);
2927 rc = allocateBtreePage(pBt, &pFreePg, &iFreePg, 0, 0);
4747 static int allocateBtreePage( function
5303 rc = allocateBtreePage(pBt, &pOvfl, &pgnoOvfl, pgnoOvfl, 0);
5622 rc = allocateBtreePage(pBt, &pNew, &pgnoNew, 0, 0);
6141 rc = allocateBtreePage(pBt, &pNew, &pgno, pgno, 0);
6466 rc = allocateBtreePage(pBt,&pChild,&pgnoChild,pRoot->pgno,0);
6917 rc = allocateBtreePage(pBt, &pRoot, &pgnoRoot, 1, 0);
6953 rc = allocateBtreePage(pB
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c51866 static int allocateBtreePage( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c56530 static int allocateBtreePage( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c56550 static int allocateBtreePage( function
[all...]

Completed in 641 milliseconds