Searched refs:PGHDR_DONT_WRITE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache.h53 #define PGHDR_DONT_WRITE 0x020 /* Do not write content to disk */ macro
H A Dpcache.c343 p->flags &= ~PGHDR_DONT_WRITE;
H A Dpager.c3973 ** * The PGHDR_DONT_WRITE flag is set on the page.
4019 ** Also, do not write out any page that has the PGHDR_DONT_WRITE flag
4022 if( pgno<=pPager->dbSize && 0==(pList->flags&PGHDR_DONT_WRITE) ){
5572 pPg->flags |= PGHDR_DONT_WRITE;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8530 #define PGHDR_DONT_WRITE 0x020 /* Do not write content to disk */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9848 #define PGHDR_DONT_WRITE 0x020 /* Do not write content to disk */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9848 #define PGHDR_DONT_WRITE 0x020 /* Do not write content to disk */ macro
[all...]

Completed in 1339 milliseconds