Searched defs:useWal (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c1953 ** The useWal parameter is true to force the use of the WAL and disable
1955 ** checkpointed. If useWal==0 then this routine calls walIndexReadHdr()
1959 ** flushed.) When useWal==1, the wal-index header is assumed to already
1982 ** If the useWal parameter is 1 then the WAL will never be ignored and
1994 static int walTryBeginRead(Wal *pWal, int *pChanged, int useWal, int cnt){ argument
2030 if( !useWal ){
2063 if( !useWal && pInfo->nBackfill==pWal->hdr.mxFrame ){
2545 assert( (rc&0xff)!=SQLITE_BUSY ); /* BUSY not possible when useWal==1 */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c45274 walTryBeginRead(Wal *pWal, int *pChanged, int useWal, int cnt) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c49556 walTryBeginRead(Wal *pWal, int *pChanged, int useWal, int cnt) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c49576 walTryBeginRead(Wal *pWal, int *pChanged, int useWal, int cnt) argument
[all...]

Completed in 490 milliseconds