sqlite3PcacheStats 8627 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3PcacheStats(int*,int*,int*,int*); sqlite3PcacheStats 150 third_party/sqlite/src/src/pcache.h void sqlite3PcacheStats(int*,int*,int*,int*); sqlite3PcacheStats 5145 third_party/sqlite/src/src/test1.c sqlite3PcacheStats(&nCurrent, &nMax, &nMin, &nRecyclable);