Home
last modified time | relevance | path

Searched refs:nHit (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dpager.c170 int nHit, nMiss, nOvfl; /* Cache hits, missing, and LRU overflows */ member
1539 pPager->nHit++; in sqlitepager_get()
2097 a[6] = pPager->nHit; in sqlitepager_stats()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c37469 int nHit, nMiss; /* Cache hits and missing */
41802 PAGER_INCR(pPager->nHit);
42870 a[6] = pPager->nHit;

Completed in 285 milliseconds