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

  /external/webkit/Source/WebCore/platform/sql/chromium/
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...]
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,
100 // vfs - pointer to the sqlite3_vfs object.
104 int chromiumDelete(sqlite3_vfs*, const char* fileName, int syncDir)
111 // vfs - pointer to the sqlite3_vfs object.
115 int chromiumAccess(sqlite3_vfs*, const char* fileName, int flag, int* res)
142 // vfs - pointer to the sqlite3_vfs object.
146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
157 // vfs - pointer to the sqlite3_vfs object
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 394 ** [sqlite3_vfs] object.
492 ** Every file opened by the [sqlite3_vfs] xOpen method populates an
623 ** An instance of the sqlite3_vfs object defines the interface between
630 ** of the sqlite3_vfs object changes in the transaction between
638 ** Registered sqlite3_vfs objects are kept on a linked list formed by
645 ** The pNext field is the only field in the sqlite3_vfs
648 ** The application should never modify anything within the sqlite3_vfs
739 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
740 struct sqlite3_vfs { struct
    [all...]
sqlite3ext.h 182 sqlite3_vfs *(*vfs_find)(const char*);
183 int (*vfs_register)(sqlite3_vfs*,int);
184 int (*vfs_unregister)(sqlite3_vfs*);
  /external/sqlite/dist/orig/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
580 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1023 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1025 struct sqlite3_vfs { struct
    [all...]
sqlite3ext.h 197 sqlite3_vfs *(*vfs_find)(const char*);
198 int (*vfs_register)(sqlite3_vfs*,int);
199 int (*vfs_unregister)(sqlite3_vfs*);
sqlite3.c 1573 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1575 struct sqlite3_vfs { struct
    [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.h 471 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
580 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
595 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
603 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1023 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1025 struct sqlite3_vfs { struct
    [all...]
sqlite3ext.h 197 sqlite3_vfs *(*vfs_find)(const char*);
198 int (*vfs_register)(sqlite3_vfs*,int);
199 int (*vfs_unregister)(sqlite3_vfs*);
sqlite3.c 1573 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1575 struct sqlite3_vfs { struct
    [all...]
shell.c     [all...]

Completed in 412 milliseconds