Searched refs:xTruncate (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 859 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member 9513 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 9534 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member
|
| H A D | shell.c | 4311 pcacheBase.xTruncate(p, n); in pcachetraceTruncate() 11757 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE); in apndTruncate() 18623 rc = p->pReal->pMethods->xTruncate(p->pReal, size); in vfstraceTruncate() 19088 pNew->xTruncate = vfstraceTruncate; in vfstraceOpen() 23167 pFd->pMethods->xTruncate(pFd, size) in recoverVfsTruncate()
|
| H A D | sqlite3.c | 1180 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member 9834 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 9855 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member 27358 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate() 57419 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1); 230717 return p->pReal->pMethods->xTruncate(p->pReal, size);
|