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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c2809 int isInWal = 0; /* True if page is in log file */ local
2823 rc = sqlite3WalRead(pPager->pWal, pgno, &isInWal, pgsz, pPg->pData);
2825 if( rc==SQLITE_OK && !isInWal ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c39252 int isInWal = 0; /* True if page is in log file */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c41237 int isInWal = 0; /* True if page is in log file */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c41265 int isInWal = 0; /* True if page is in log file */ local
[all...]

Completed in 463 milliseconds