Searched refs:sqlite3_vfs (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 956 typedef struct sqlite3_vfs sqlite3_vfs; typedef 958 struct sqlite3_vfs { struct 962 sqlite3_vfs *pNext; /* Next registered VFS */ argument 970 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 973 void (*xDlClose)(sqlite3_vfs*, void*); argument 974 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument 975 int (*xSleep)(sqlite3_vfs*, int microseconds); argument 976 int (*xCurrentTime)(sqlite3_vfs*, double*); argument 977 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument 982 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); argument [all …]
|
| H A D | sqlite3ext.h | 180 sqlite3_vfs *(*vfs_find)(const char*); 181 int (*vfs_register)(sqlite3_vfs*,int); 182 int (*vfs_unregister)(sqlite3_vfs*);
|
| H A D | sqlite3.c | 1509 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1511 struct sqlite3_vfs { struct 8683 sqlite3_vfs*, 14461 sqlite3_vfs *pVfs, in sqlite3OsOpen() 14481 sqlite3_vfs *pVfs, in sqlite3OsAccess() 14490 sqlite3_vfs *pVfs, in sqlite3OsFullPathname() 14537 sqlite3_vfs *pVfs, in sqlite3OsOpenMalloc() 31757 sqlite3_vfs *pVfs, 34445 sqlite3_vfs *pVfs, 78404 sqlite3_vfs *pVfs; [all …]
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 1364 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1366 struct sqlite3_vfs { struct 1370 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1378 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1381 void (*xDlClose)(sqlite3_vfs*, void*); argument 1382 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument 1383 int (*xSleep)(sqlite3_vfs*, int microseconds); argument 1384 int (*xCurrentTime)(sqlite3_vfs*, double*); argument 1385 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument 1390 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); argument [all …]
|
| H A D | sqlite3ext.h | 195 sqlite3_vfs *(*vfs_find)(const char*); 196 int (*vfs_register)(sqlite3_vfs*,int); 197 int (*vfs_unregister)(sqlite3_vfs*);
|
| H A D | shell.c | 244 static sqlite3_vfs *clockVfs = 0; in timeOfDay() 3742 static sqlite3_vfs apnd_vfs = { 4032 sqlite3_vfs *pVfs, in apndOpen() 4040 sqlite3_vfs *pSubVfs; in apndOpen() 4084 sqlite3_vfs *pVfs, in apndAccess() 4092 sqlite3_vfs *pVfs, in apndFullPathname() 4127 sqlite3_vfs *pVfs, in apndSetSystemCall() 4134 sqlite3_vfs *pVfs, in apndGetSystemCall() 4157 sqlite3_vfs *pOrig; in sqlite3_appendvfs_init() 18495 sqlite3_vfs *pVfs = 0; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 2403 typedef struct sqlite3_vfs sqlite3_vfs; typedef 2405 struct sqlite3_vfs { struct 15861 sqlite3_vfs*, 23115 sqlite3_vfs *pVfs, in sqlite3OsOpen() 23137 sqlite3_vfs *pVfs, in sqlite3OsAccess() 23146 sqlite3_vfs *pVfs, in sqlite3OsFullPathname() 23205 sqlite3_vfs *pVfs, in sqlite3OsOpenMalloc() 48066 sqlite3_vfs *pVfs, 109241 sqlite3_vfs *pVfs; 163926 sqlite3_vfs *pVfs; [all …]
|