Home
last modified time | relevance | path

Searched defs:sqlite3_vfs (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h956 typedef struct sqlite3_vfs sqlite3_vfs; typedef
958 struct sqlite3_vfs { struct
962 sqlite3_vfs *pNext; /* Next registered VFS */ argument
965 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
967 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
968 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
969 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
970 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
971 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
972 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
HDsqlite3.c1509 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1511 struct sqlite3_vfs { struct
1515 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1518 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1520 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1521 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1522 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1523 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1524 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1525 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.h1177 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1179 struct sqlite3_vfs { struct
1183 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1186 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1188 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1189 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1190 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1191 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1192 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1193 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
HDsqlite3.c1391 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1393 struct sqlite3_vfs { struct
1397 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1400 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1402 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1403 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1404 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1405 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1406 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1407 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]