Searched refs:xTruncate (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 827 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member 8725 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 8746 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member
|
/third_party/sqlite/src/ |
D | shell.c | 3991 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate()
|
D | sqlite3.c | 1137 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member 9038 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 9059 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 24109 return id->pMethods->xTruncate(id, size); 50588 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1); 207181 return p->pReal->pMethods->xTruncate(p->pReal, size);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82493 - apndTruncate, /* xTruncate */ 82690 - return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); 87042 + apndTruncate, /* xTruncate */ 87308 + return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); 120128 - apndTruncate, /* xTruncate */ 120325 - return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); 124677 + apndTruncate, /* xTruncate */ 124943 + return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE);
|