Lines Matching refs:xShrink
6812 ** [[the xShrink() page cache method]]
6813 ** ^SQLite invokes the xShrink() method when it wants the page cache to
6833 void (*xShrink)(sqlite3_pcache*);
36853 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
37498 ** Implementation of the sqlite3_pcache.xShrink method.
37831 pcache1Shrink /* xShrink */