Searched refs:xShrink (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1762 void function(sqlite3_pcache*) xShrink;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h9061 ** [[the xShrink() page cache method]]
9062 ** ^SQLite invokes the xShrink() method when it wants the page cache to
9082 void (*xShrink)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
H A Dshell.c2770 fprintf(pcachetraceOut, "PCACHETRACE: xShrink(%p)\n", p);
2772 pcacheBase.xShrink(p);
H A Dsqlite3.c9374 ** [[the xShrink() page cache method]]
9375 ** ^SQLite invokes the xShrink() method when it wants the page cache to
9395 void (*xShrink)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
[all...]

Completed in 764 milliseconds