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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d295 int function (sqlite3_file*, sqlite3_int64 size) xTruncate;
1760 void function(sqlite3_pcache*, uint iLimit) xTruncate;
1776 void function (sqlite3_pcache*, uint iLimit) xTruncate;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h840 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
9048 ** When SQLite calls the xTruncate() method, the cache must discard all
9050 ** to the value of the iLimit parameter passed to xTruncate(). If any
9080 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
9101 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dshell.c2758 fprintf(pcachetraceOut, "PCACHETRACE: xTruncate(%p, %u)\n", p, n);
2760 pcacheBase.xTruncate(p, n);
8828 apndTruncate, /* xTruncate */
8925 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE);
17651 pFd->pMethods->xTruncate(pFd, size)
H A Dsqlite3.c1153 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
9361 ** When SQLite calls the xTruncate() method, the cache must discard all
9363 ** to the value of the iLimit parameter passed to xTruncate(). If any
9393 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
9414 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
[all...]

Completed in 739 milliseconds