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

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/chromium/
SQLiteFileSystemChromiumWin.cpp 148 win32_vfs->szOsFile,
SQLiteFileSystemChromiumPosix.cpp 176 unix_vfs->szOsFile,
  /external/chromium_org/third_party/sqlite/src/src/
test_devsym.c 77 sizeof(devsym_file), /* szOsFile */
383 devsym_vfs.szOsFile += g.pVfs->szOsFile;
journal.c 236 return (pVfs->szOsFile+sizeof(JournalFile));
test_vfs.c 27 ** -szosfile INTEGER (Value for sqlite3_vfs.szOsFile)
536 pFd = (TestvfsFd *)ckalloc(sizeof(TestvfsFd) + PARENTVFS(pVfs)->szOsFile);
537 memset(pFd, 0, sizeof(TestvfsFd) + PARENTVFS(pVfs)->szOsFile);
    [all...]
test_onefile.c 186 0, /* szOsFile */
620 pReal = (fs_real_file *)sqlite3_malloc(sizeof(*pReal)+pParent->szOsFile);
625 memset(pReal, 0, sizeof(*pReal)+pParent->szOsFile);
824 fs_vfs.base.szOsFile = MAX(sizeof(tmp_file), sizeof(fs_file));
test_osinst.c 176 sizeof(VfslogFile), /* szOsFile */
720 nByte = sizeof(VfslogVfs) + pParent->szOsFile + nVfs+1+pParent->mxPathname+1;
727 p->base.zName = &((char *)p->pLog)[pParent->szOsFile];
728 p->base.szOsFile += pParent->szOsFile;
870 nByte = sizeof(VfslogVtab) + pVfs->szOsFile + pVfs->mxPathname;
876 p->zFile = &((char *)p->pFd)[pVfs->szOsFile];
    [all...]
test6.c 575 ** The caller will have allocated pVfs->szOsFile bytes of space
578 ** sqlite3_malloc(). The assumption here is (pVfs->szOsFile) is
794 0, /* szOsFile */
832 crashVfs.szOsFile = sizeof(CrashFile) + pOriginalVfs->szOsFile;
test_journal.c 168 sizeof(jt_file), /* szOsFile */
841 jt_vfs.szOsFile = sizeof(jt_file) + g.pVfs->szOsFile;
os.c 211 pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile);
test_multiplex.c 317 + (pOrigVfs->szOsFile*SQLITE_MULTIPLEX_MAX_CHUNKS) /* *pReal */
342 p += pOrigVfs->szOsFile;
919 gMultiplex.sThisVfs.szOsFile += sizeof(multiplexConn);
    [all...]
test_vfstrace.c 736 pNew->szOsFile = pRoot->szOsFile + sizeof(vfstrace_file);
sqlite.h.in     [all...]
pager.c     [all...]
test_quota.c 589 gQuota.sThisVfs.szOsFile += sizeof(quotaConn);
sqliteInt.h     [all...]
wal.c     [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8inst1.c 89 p = (sqlite3_file *)malloc(pVfs->szOsFile);
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 972 milliseconds