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

/freebsd-11-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-11-stable/contrib/sqlite3/
H A Dsqlite3.h552 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
677 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
692 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
698 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
700 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
701 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
702 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
955 ** of type "[sqlite3_vfs] **". This opcodes will set *X
1202 ** An instance of the sqlite3_vfs object defines the interface between
1213 ** may be appended to the sqlite3_vfs objec
1368 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
1370 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.c244 static sqlite3_vfs *clockVfs = 0;
3711 typedef struct sqlite3_vfs ApndVfs;
3717 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData))
3786 static int apndOpen(sqlite3_vfs*, const char *, sqlite3_file*, int , int *);
3787 static int apndDelete(sqlite3_vfs*, const char *zName, int syncDir);
3788 static int apndAccess(sqlite3_vfs*, const char *zName, int flags, int *);
3789 static int apndFullPathname(sqlite3_vfs*, const char *zName, int, char *zOut);
3790 static void *apndDlOpen(sqlite3_vfs*, const char *zFilename);
3791 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg);
3792 static void (*apndDlSym(sqlite3_vfs *pVf
[all...]
H A Dsqlite3.c1615 ** in the 4th parameter to the [sqlite3_vfs.xOpen] method.
1740 ** [sqlite3_vfs | OS interface layer]. Individual OS interface
1755 ** Every file opened by the [sqlite3_vfs.xOpen] method populates an
1761 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
1763 ** may be invoked even if the [sqlite3_vfs.xOpen] reported that it failed. The
1764 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
1765 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
2018 ** of type "[sqlite3_vfs] **". This opcodes will set *X
2265 ** An instance of the sqlite3_vfs object defines the interface between
2276 ** may be appended to the sqlite3_vfs objec
2431 typedef struct sqlite3_vfs sqlite3_vfs; typedef in typeref:struct:sqlite3_vfs
2433 struct sqlite3_vfs { struct
[all...]

Completed in 894 milliseconds