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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h624 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
5289 ** ^When SQLite calls the xTruncate() method, the cache must discard all
5291 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
5312 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1148 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
5813 ** ^When SQLite calls the xTruncate() method, the cache must discard all
5815 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
5836 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
12095 return id->pMethods->xTruncate(id, size);
24751 unixTruncate, /* xTruncate */ \
[all...]

Completed in 250 milliseconds