Searched refs:xTruncate (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 842 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member 9105 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 9126 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member
|
H A D | shell.c | 2774 pcacheBase.xTruncate(p, n); in pcachetraceTruncate() 9003 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate() 18914 pFd->pMethods->xTruncate(pFd, size) in recoverVfsTruncate()
|
H A D | sqlite3.c | 1155 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member 9418 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 9439 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 26134 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate() 54939 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1); 222890 return p->pReal->pMethods->xTruncate(p->pReal, size);
|