Searched refs:noContent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c4924 ** non-zero value is passed as the noContent parameter and the
4929 ** If noContent is true, it means that we do not care about the contents
4938 ** If noContent is true, then the data returned is zeroed instead of
4961 int noContent /* Do not bother reading content from disk if true */
4991 if( (*ppPage)->pPager && !noContent ){
5013 if( MEMDB || pPager->dbSize<pgno || noContent || !isOpen(pPager->fd) ){
5018 if( noContent ){
H A Dbtree.c1530 ** If the noContent flag is set, it means that we do not care about
1541 int noContent /* Do not load page content if true */
1547 rc = sqlite3PagerAcquire(pBt->pPager, pgno, (DbPage**)&pDbPage, noContent);
4931 int noContent; local
4942 noContent = !btreeGetHasContent(pBt, *pPgno);
4943 rc = btreeGetPage(pBt, *pPgno, ppPage, noContent);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52050 int noContent; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c45523 const int noContent = (flags & PAGER_GET_NOCONTENT); local
56735 int noContent; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c45543 const int noContent = (flags & PAGER_GET_NOCONTENT); local
56755 int noContent; local
[all...]

Completed in 666 milliseconds