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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c953 static int walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage){ function
1149 rc = walIndexAppend(pWal, ++iFrame, pgno);
2244 ** This code might run concurrently to the code in walIndexAppend()
2693 rc = walIndexAppend(pWal, iFrame, p->pgno);
2698 rc = walIndexAppend(pWal, iFrame, pLast->pgno);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44233 static int walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48451 static int walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48471 static int walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage){ function
[all...]

Completed in 506 milliseconds