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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c160 ** READER -> OPEN [pager_unlock]
169 ** ERROR -> OPEN [pager_unlock]
1725 static void pager_unlock(Pager *pPager){ function
1988 ** the rollback at this time. Instead, pager_unlock() is called. The
1989 ** call to pager_unlock() will discard all in-memory pages, unlock
1998 ** call to pager_unlock(), as described above.
2012 pager_unlock(pPager);
3752 pager_unlock(pPager);
4800 ** pager_unlock() routine will be called before returning to unlock
4805 ** In order to get pager_unlock() t
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c38155 static void pager_unlock(Pager *pPager){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c42005 static void pager_unlock(Pager *pPager){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c42025 static void pager_unlock(Pager *pPager){ function
[all...]

Completed in 1231 milliseconds