Home | History | Annotate | Download | only in dist

Lines Matching refs:xShrink

7185 ** [[the xShrink() page cache method]]
7186 ** ^SQLite invokes the xShrink() method when it wants the page cache to
7206 void (*xShrink)(sqlite3_pcache*);
41111 sqlite3GlobalConfig.pcache2.xShrink(pCache->pCache);
41925 ** Implementation of the sqlite3_pcache.xShrink method.
42296 pcache1Shrink /* xShrink */