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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c318 ** database file in function pagerStress() in order to free up
525 ** (calls made by the pcache module to the pagerStress() routine to
528 ** When doNotSpill is non-zero, writing to the database from pagerStress()
534 ** If doNotSyncSpill is non-zero, writing to the database from pagerStress()
3664 ** dirty page were to be discarded from the cache via the pagerStress()
3665 ** routine, pagerStress() would not write the current page content to
4154 static int pagerStress(void *p, PgHdr *pPg){ function
4212 ** pagerStress(page X)
4215 ** If (X>Y), then when pagerStress is called page X will not be written
4487 !memDb?pagerStress
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c40584 static int pagerStress(void *p, PgHdr *pPg){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c44631 static int pagerStress(void *p, PgHdr *pPg){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c44651 static int pagerStress(void *p, PgHdr *pPg){ function
[all...]

Completed in 474 milliseconds