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

  /external/sqlite/dist/orig/
sqlite3.h 542 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
663 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
678 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
684 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
686 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
687 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
688 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1293 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1295 struct sqlite3_vfs { struct
    [all...]
sqlite3ext.h 195 sqlite3_vfs *(*vfs_find)(const char*);
196 int (*vfs_register)(sqlite3_vfs*,int);
197 int (*vfs_unregister)(sqlite3_vfs*);
shell.c 220 static sqlite3_vfs *clockVfs = 0;
    [all...]
sqlite3.c 2317 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
2319 struct sqlite3_vfs { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 542 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
663 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
678 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
684 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
686 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
687 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
688 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1293 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1295 struct sqlite3_vfs { struct
    [all...]
sqlite3ext.h 195 sqlite3_vfs *(*vfs_find)(const char*);
196 int (*vfs_register)(sqlite3_vfs*,int);
197 int (*vfs_unregister)(sqlite3_vfs*);
shell.c 226 static sqlite3_vfs *clockVfs = 0;
    [all...]
sqlite3.c 2317 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
2319 struct sqlite3_vfs { struct
    [all...]

Completed in 311 milliseconds