Searched refs:sqlite3_vfs (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 1425 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1427 struct sqlite3_vfs { struct 1431 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1439 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1442 void (*xDlClose)(sqlite3_vfs*, void*); argument 1443 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument 1444 int (*xSleep)(sqlite3_vfs*, int microseconds); argument 1445 int (*xCurrentTime)(sqlite3_vfs*, double*); argument 1446 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument 1451 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 | 256 static sqlite3_vfs *clockVfs = 0; in timeOfDay() 3864 static sqlite3_vfs apnd_vfs = { 4195 sqlite3_vfs *pApndVfs, in apndOpen() 4269 sqlite3_vfs *pVfs, in apndAccess() 4277 sqlite3_vfs *pVfs, in apndFullPathname() 4312 sqlite3_vfs *pVfs, in apndSetSystemCall() 4319 sqlite3_vfs *pVfs, in apndGetSystemCall() 4342 sqlite3_vfs *pOrig; in sqlite3_appendvfs_init() 21675 sqlite3_vfs *pVfs = 0; in do_meta_command() 21688 sqlite3_vfs *pVfs; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 1731 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1733 struct sqlite3_vfs { struct 14473 sqlite3_vfs*, 24129 sqlite3_vfs *pVfs, 24151 sqlite3_vfs *pVfs, 24160 sqlite3_vfs *pVfs, 24221 sqlite3_vfs *pVfs, 49025 sqlite3_vfs *pVfs, 49122 sqlite3_vfs *pVfs, 49140 sqlite3_vfs *pVfs, [all …]
|