Searched refs:sqlite3_vfs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h470 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
574 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
589 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
595 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
597 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
598 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
599 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
802 ** An instance of the sqlite3_vfs object defines the interface between
810 ** of the sqlite3_vfs object changes in the transaction between
818 ** Registered sqlite3_vfs object
956 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
958 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3ext.h180 sqlite3_vfs *(*vfs_find)(const char*);
181 int (*vfs_register)(sqlite3_vfs*,int);
182 int (*vfs_unregister)(sqlite3_vfs*);
H A Dsqlite3.c1023 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1127 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
1142 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1148 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1150 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1151 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1152 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1355 ** An instance of the sqlite3_vfs object defines the interface between
1363 ** of the sqlite3_vfs object changes in the transaction between
1371 ** Registered sqlite3_vfs object
1509 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1511 struct sqlite3_vfs { struct
[all...]

Completed in 607 milliseconds