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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h525 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
640 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
655 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
661 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
663 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
664 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
665 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
904 ** of type "[sqlite3_vfs] **". This opcodes will set *X
1061 ** An instance of the sqlite3_vfs object defines the interface between
1069 ** of the sqlite3_vfs objec
1215 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1217 struct sqlite3_vfs { struct
[all...]
H A Dsqlite3ext.h195 sqlite3_vfs *(*vfs_find)(const char*);
196 int (*vfs_register)(sqlite3_vfs*,int);
197 int (*vfs_unregister)(sqlite3_vfs*);
H A Dshell.c174 static sqlite3_vfs *clockVfs = 0;
4746 sqlite3_vfs *pVfs;
4759 sqlite3_vfs *pVfs;
4760 sqlite3_vfs *pCurrent = 0;
5379 sqlite3_vfs *pVfs = sqlite3_vfs_find(cmdline_option_value(argc,argv,++i));
H A Dsqlite3.c785 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
900 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
915 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
921 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
923 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
924 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
925 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1164 ** of type "[sqlite3_vfs] **". This opcodes will set *X
1321 ** An instance of the sqlite3_vfs object defines the interface between
1329 ** of the sqlite3_vfs objec
1475 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1477 struct sqlite3_vfs { struct
[all...]

Completed in 711 milliseconds