Searched defs:xTruncate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h675 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
5849 ** When SQLite calls the xTruncate() method, the cache must discard all
5851 ** to the value of the iLimit parameter passed to xTruncate(). If any
5872 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1218 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6392 ** When SQLite calls the xTruncate() method, the cache must discard all
6394 ** to the value of the iLimit parameter passed to xTruncate(). If any
6415 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
14031 return id->pMethods->xTruncate(id, size);
23376 os2Truncate, /* xTruncate */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h688 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6249 ** When SQLite calls the xTruncate() method, the cache must discard all
6251 ** to the value of the iLimit parameter passed to xTruncate(). If any
6281 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6302 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1238 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6799 ** When SQLite calls the xTruncate() method, the cache must discard all
6801 ** to the value of the iLimit parameter passed to xTruncate(). If any
6831 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6852 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
14747 return id->pMethods->xTruncate(id, size);
24230 os2Truncate, /* xTruncate */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h688 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6249 ** When SQLite calls the xTruncate() method, the cache must discard all
6251 ** to the value of the iLimit parameter passed to xTruncate(). If any
6281 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6302 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1238 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6799 ** When SQLite calls the xTruncate() method, the cache must discard all
6801 ** to the value of the iLimit parameter passed to xTruncate(). If any
6831 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6852 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
14747 return id->pMethods->xTruncate(id, size);
24230 os2Truncate, /* xTruncate */
[all...]

Completed in 611 milliseconds