HomeSort by: relevance | last modified time | path
    Searched refs:xTruncate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 859 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
9481 ** When SQLite calls the xTruncate() method, the cache must discard all
9483 ** to the value of the iLimit parameter passed to xTruncate(). If any
9513 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
9534 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
shell.c 4309 fprintf(pcachetraceOut, "PCACHETRACE: xTruncate(%p, %u)\n", p, n);
4311 pcacheBase.xTruncate(p, n);
11660 apndTruncate, /* xTruncate */
11757 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE);
18621 vfstrace_printf(pInfo, "%s.xTruncate(%s,%lld)", pInfo->zVfsName, p->zFName,
18623 rc = p->pReal->pMethods->xTruncate(p->pReal, size);
19088 pNew->xTruncate = vfstraceTruncate;
23143 pFd->pMethods->xTruncate(pFd, size)
    [all...]
sqlite3.c 1180 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
9802 ** When SQLite calls the xTruncate() method, the cache must discard all
9804 ** to the value of the iLimit parameter passed to xTruncate(). If any
9834 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
9855 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
    [all...]

Completed in 360 milliseconds