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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h576 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
5133 ** When SQLite calls the xTruncate() method, the cache must discard all
5135 ** to the value of the iLimit parameter passed to xTruncate(). If any
5156 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
/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 425 milliseconds