Home
last modified time | relevance | path

Searched refs:sqlite3PcacheStats (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dpcache.h174 void sqlite3PcacheStats(int*,int*,int*,int*);
H A Dpcache1.c1263 void sqlite3PcacheStats( in sqlite3PcacheStats() function
H A Dtest1.c6885 sqlite3PcacheStats(&nCurrent, &nMax, &nMin, &nRecyclable); in test_pcache_stats()