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

/external/sqlite/dist/orig/
H A Dsqlite3.h767 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
7360 ** When SQLite calls the xTruncate() method, the cache must discard all
7362 ** to the value of the iLimit parameter passed to xTruncate(). If any
7392 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
7413 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1044 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
7637 ** When SQLite calls the xTruncate() method, the cache must discard all
7639 ** to the value of the iLimit parameter passed to xTruncate(). If any
7669 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
7690 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
20235 return id->pMethods->xTruncate(id, size);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h767 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
7360 ** When SQLite calls the xTruncate() method, the cache must discard all
7362 ** to the value of the iLimit parameter passed to xTruncate(). If any
7392 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
7413 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1044 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
7637 ** When SQLite calls the xTruncate() method, the cache must discard all
7639 ** to the value of the iLimit parameter passed to xTruncate(). If any
7669 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
7690 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
20235 return id->pMethods->xTruncate(id, size);
[all...]

Completed in 500 milliseconds