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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2285 static int lockBtree(BtShared *pBt){ function
2579 /* Call lockBtree() until either pBt->pPage1 is populated or
2580 ** lockBtree() returns something other than SQLITE_OK. lockBtree()
2583 ** file is not pBt->pageSize. In this case lockBtree() will update
2586 while( pBt->pPage1==0 && SQLITE_OK==(rc = lockBtree(pBt)) );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c49583 static int lockBtree(BtShared *pBt){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51663 static int lockBtree(BtShared *pBt){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51691 static int lockBtree(BtShared *pBt){ function
[all...]

Completed in 413 milliseconds