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

  /external/chromium_org/third_party/sqlite/src/src/
journal.c 55 rc = sqlite3OsOpen(p->pVfs, p->zJournal, pReal, p->flags, 0);
210 return sqlite3OsOpen(pVfs, zName, pJfd, flags, 0);
os.h 258 int sqlite3OsOpen(sqlite3_vfs *, const char *, sqlite3_file*, int, int *);
os.c 30 ** sqlite3OsOpen()
126 int sqlite3OsOpen(
213 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags);
test_devsym.c 276 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags);
pager.c     [all...]
test6.c 594 rc = sqlite3OsOpen(pVfs, zName, pReal, flags, pOutFlags);
test_journal.c 701 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags);
test_vfs.c 576 rc = sqlite3OsOpen(PARENTVFS(pVfs), zName, pFd->pReal, flags, pOutFlags);
    [all...]
wal.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 64 milliseconds