sqlite3PcacheSize 8560 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PcacheSize(void);
sqlite3PcacheSize 40730 third_party/sqlite/amalgamation/sqlite3.c   int pcacheSize = sqlite3PcacheSize();       /* Bytes to allocate for PCache */
sqlite3PcacheSize 4300 third_party/sqlite/src/src/pager.c   int pcacheSize = sqlite3PcacheSize();       /* Bytes to allocate for PCache */
sqlite3PcacheSize   83 third_party/sqlite/src/src/pcache.h int sqlite3PcacheSize(void);