Searched defs:pInWal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c2211 ** The *pInWal is set to 1 if the requested page is in the WAL and
2212 ** has been loaded. Or *pInWal is set to 0 if the page was not in
2218 int *pInWal, /* OUT: True if data is read from WAL */
2236 *pInWal = 0;
2318 *pInWal = 1;
2323 *pInWal = 0;
2215 sqlite3WalRead( Wal *pWal, Pgno pgno, int *pInWal, int nOut, u8 *pOut ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c45495 sqlite3WalRead( Wal *pWal, Pgno pgno, int *pInWal, int nOut, u8 *pOut ) argument
[all...]

Completed in 244 milliseconds