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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c145 wrapped.pcache.xTruncate(p, a);
H A Dos.c72 return id->pMethods->xTruncate(id, size);
H A Dtest_multiplex.c575 /* Pass xTruncate requests thru to the original VFS after
586 rc = ( !pSubOpen ) ? SQLITE_IOERR_TRUNCATE : pSubOpen->pMethods->xTruncate(pSubOpen, size);
616 rc2 = pSubOpen->pMethods->xTruncate(pSubOpen, size % pGroup->nChunkSize);
939 gMultiplex.sIoMethodsV1.xTruncate = multiplexTruncate;
H A Dpcache.c430 sqlite3GlobalConfig.pcache.xTruncate(pCache->pCache, pgno+1);
H A Dsqlite.h.in670 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
5829 ** When SQLite calls the xTruncate() method, the cache must discard all
5831 ** to the value of the iLimit parameter passed to xTruncate(). If any
5852 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
H A Dtest_quota.c431 /* Pass xTruncate requests thru to the original VFS. If the
437 int rc = pSubOpen->pMethods->xTruncate(pSubOpen, size);
595 gQuota.sIoMethodsV1.xTruncate = quotaTruncate;
H A Dtest_vfstrace.c251 vfstrace_printf(pInfo, "%s.xTruncate(%s,%lld)", pInfo->zVfsName, p->zFName,
253 rc = p->pReal->pMethods->xTruncate(p->pReal, size);
507 pNew->xTruncate = vfstraceTruncate;
H A Dtest_osinst.c201 vfslogTruncate, /* xTruncate */
311 rc = p->pReal->pMethods->xTruncate(p->pReal, size);
767 case OS_TRUNCATE: zEvent = "xTruncate"; break;
/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...]
/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/chromium_org/sql/
H A Dconnection.cc467 rc = file->pMethods->xTruncate(file, 0);
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1026 asyncTruncate, /* xTruncate */
1423 rc = pBase->pMethods->xTruncate(pBase, p->iOffset);

Completed in 1189 milliseconds