Searched refs:sqlite3_vfs (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.h | 924 typedef struct sqlite3_vfs sqlite3_vfs; typedef 926 struct sqlite3_vfs { struct 930 sqlite3_vfs *pNext; /* Next registered VFS */ argument 938 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 941 void (*xDlClose)(sqlite3_vfs*, void*); argument 942 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument 943 int (*xSleep)(sqlite3_vfs*, int microseconds); argument 944 int (*xCurrentTime)(sqlite3_vfs*, double*); argument 945 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument 950 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 | 1471 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1473 struct sqlite3_vfs { struct 8645 sqlite3_vfs*, 14375 sqlite3_vfs *pVfs, in sqlite3OsOpen() 14395 sqlite3_vfs *pVfs, in sqlite3OsAccess() 14404 sqlite3_vfs *pVfs, in sqlite3OsFullPathname() 14451 sqlite3_vfs *pVfs, in sqlite3OsOpenMalloc() 31549 sqlite3_vfs *pVfs, 33953 sqlite3_vfs *pVfs, 76608 sqlite3_vfs *pVfs; [all …]
|
Completed in 327 milliseconds