Lines Matching defs:xShrink
9167 ** [[the xShrink() page cache method]]
9168 ** ^SQLite invokes the xShrink() method when it wants the page cache to
9188 void (*xShrink)(sqlite3_pcache*);
53489 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
54369 ** Implementation of the sqlite3_pcache.xShrink method.
54742 pcache1Shrink /* xShrink */