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
5834 ** When SQLite calls the xTruncate() method, the cache must discard all
5836 ** to the value of the iLimit parameter passed to xTruncate(). If any
5857 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
6377 ** When SQLite calls the xTruncate() method, the cache must discard all
6379 ** to the value of the iLimit parameter passed to xTruncate(). If any
6400 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
14016 return id->pMethods->xTruncate(id, size);
23361 os2Truncate, /* xTruncate */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6659 ** When SQLite calls the xTruncate() method, the cache must discard all
6661 ** to the value of the iLimit parameter passed to xTruncate(). If any
6691 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6712 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6774 ** When SQLite calls the xTruncate() method, the cache must discard all
6776 ** to the value of the iLimit parameter passed to xTruncate(). If any
6806 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6827 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
15812 return id->pMethods->xTruncate(id, size);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6659 ** When SQLite calls the xTruncate() method, the cache must discard all
6661 ** to the value of the iLimit parameter passed to xTruncate(). If any
6691 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6712 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6774 ** When SQLite calls the xTruncate() method, the cache must discard all
6776 ** to the value of the iLimit parameter passed to xTruncate(). If any
6806 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6827 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
15812 return id->pMethods->xTruncate(id, size);
[all...]

Completed in 618 milliseconds