HomeSort by relevance Sort by last modified time
    Searched refs:xFileSize (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8inst1.c 95 rc = p->pMethods->xFileSize(p, &nByte);
  /external/chromium_org/third_party/sqlite/src/src/
test_multiplex.c 358 int rc2 = pSubOpen->pMethods->xFileSize(pSubOpen, &sz);
646 /* Pass xFileSize requests through to the original VFS.
658 rc = ( !pSubOpen ) ? SQLITE_IOERR_FSTAT : pSubOpen->pMethods->xFileSize(pSubOpen, pSize);
693 rc2 = pSubOpen->pMethods->xFileSize(pSubOpen, &sz);
941 gMultiplex.sIoMethodsV1.xFileSize = multiplexFileSize;
    [all...]
os.c 80 return id->pMethods->xFileSize(id, pSize);
test_quota.c 458 /* Pass xFileSize requests through to the original VFS but then
469 rc = pSubOpen->pMethods->xFileSize(pSubOpen, &sz);
597 gQuota.sIoMethodsV1.xFileSize = quotaFileSize;
test_vfstrace.c 289 vfstrace_printf(pInfo, "%s.xFileSize(%s)", pInfo->zVfsName, p->zFName);
290 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize);
509 pNew->xFileSize = vfstraceFileSize;
test_onefile.c 215 fsFileSize, /* xFileSize */
236 tmpFileSize, /* xFileSize */
635 rc = pRealFile->pMethods->xFileSize(pRealFile, &size);
sqlite.h.in 672 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
test_osinst.c 203 vfslogFileSize, /* xFileSize */
339 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize);
769 case OS_FILESIZE: zEvent = "xFilesize"; break;
891 p->pFd->pMethods->xFileSize(p->pFd, &p->nByte);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 687 rc = pBase->pMethods->xFileSize(pBase, &filesize);
779 rc = pBase->pMethods->xFileSize(pBase, &s);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 677 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 690 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 690 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c     [all...]

Completed in 3866 milliseconds