HomeSort by relevance Sort by last modified time
    Searched full:sqlite3_vfs (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumPosix.cpp 46 int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock);
57 // vfs - pointer to the sqlite3_vfs object.
62 int chromiumOpen(sqlite3_vfs* vfs, const char* fileName,
103 // vfs - pointer to the sqlite3_vfs object.
107 int chromiumDelete(sqlite3_vfs*, const char* fileName, int syncDir)
114 // vfs - pointer to the sqlite3_vfs object.
118 int chromiumAccess(sqlite3_vfs*, const char* fileName, int flag, int* res)
145 // vfs - pointer to the sqlite3_vfs object.
149 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
160 // vfs - pointer to the sqlite3_vfs object
    [all...]
SQLiteFileSystemChromiumWin.cpp 50 // vfs - pointer to the sqlite3_vfs object.
55 int chromiumOpen(sqlite3_vfs*, const char* fileName,
79 // vfs - pointer to the sqlite3_vfs object.
83 int chromiumDelete(sqlite3_vfs*, const char* fileName, int)
90 // vfs - pointer to the sqlite3_vfs object.
94 int chromiumAccess(sqlite3_vfs*, const char* fileName, int flag, int* res)
114 // vfs - pointer to the sqlite3_vfs object.
118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
129 // vfs - pointer to the sqlite3_vfs object.
131 void* chromiumDlOpen(sqlite3_vfs*, const char*
    [all...]
  /external/sqlite/dist/
sqlite3.h 433 ** [sqlite3_vfs] object.
519 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
534 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
671 ** An instance of the sqlite3_vfs object defines the interface between
678 ** of the sqlite3_vfs object changes in the transaction between
686 ** Registered sqlite3_vfs objects are kept on a linked list formed by
693 ** The pNext field is the only field in the sqlite3_vfs
696 ** The application should never modify anything within the sqlite3_vfs
797 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
798 struct sqlite3_vfs { struct
    [all...]
sqlite3.h.orig 433 ** [sqlite3_vfs] object.
519 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
534 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
671 ** An instance of the sqlite3_vfs object defines the interface between
678 ** of the sqlite3_vfs object changes in the transaction between
686 ** Registered sqlite3_vfs objects are kept on a linked list formed by
693 ** The pNext field is the only field in the sqlite3_vfs
696 ** The application should never modify anything within the sqlite3_vfs
    [all...]
sqlite3.c 1321 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1322 struct sqlite3_vfs { struct
    [all...]
sqlite3.c.orig     [all...]

Completed in 957 milliseconds