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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h659 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
5484 ** ^When SQLite calls the xTruncate() method, the cache must discard all
5486 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
5507 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1196 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6021 ** ^When SQLite calls the xTruncate() method, the cache must discard all
6023 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
6044 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
13409 return id->pMethods->xTruncate(id, size);
26432 unixTruncate, /* xTruncate */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h659 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
5484 ** ^When SQLite calls the xTruncate() method, the cache must discard all
5486 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
5507 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1196 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6021 ** ^When SQLite calls the xTruncate() method, the cache must discard all
6023 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
6044 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
13409 return id->pMethods->xTruncate(id, size);
26432 unixTruncate, /* xTruncate */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h659 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
5484 ** ^When SQLite calls the xTruncate() method, the cache must discard all
5486 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
5507 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1196 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6021 ** ^When SQLite calls the xTruncate() method, the cache must discard all
6023 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
6044 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
13409 return id->pMethods->xTruncate(id, size);
26432 unixTruncate, /* xTruncate */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h634 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h634 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h634 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods

Completed in 1046 milliseconds