Searched refs:pHasContent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h430 Bitvec *pHasContent; /* Set of pages moved to free-list this transaction */ member in struct:BtShared
H A Dbtree.c491 ** Set bit pgno of the BtShared.pHasContent bitvec. This is called
495 ** The BtShared.pHasContent bitvec exists to work around an obscure
518 ** The solution is the BtShared.pHasContent bitvec. Whenever a page is
522 ** set in BtShared.pHasContent. The contents of the bitvec are cleared
527 if( !pBt->pHasContent ){
529 pBt->pHasContent = sqlite3BitvecCreate(pBt->nPage);
530 if( !pBt->pHasContent ){
534 if( rc==SQLITE_OK && pgno<=sqlite3BitvecSize(pBt->pHasContent) ){
535 rc = sqlite3BitvecSet(pBt->pHasContent, pgno);
541 ** Query the BtShared.pHasContent vecto
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46632 Bitvec *pHasContent; /* Set of pages moved to free-list this transaction */ member in struct:BtShared
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51026 Bitvec *pHasContent; /* Set of pages moved to free-list this transaction */ member in struct:BtShared
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51046 Bitvec *pHasContent; /* Set of pages moved to free-list this transaction */ member in struct:BtShared
[all...]

Completed in 746 milliseconds