Home
last modified time | relevance | path

Searched refs:sqlite3_vfs (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h1339 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1341 struct sqlite3_vfs { struct
1345 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1353 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1356 void (*xDlClose)(sqlite3_vfs*, void*); argument
1357 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument
1358 int (*xSleep)(sqlite3_vfs*, int microseconds); argument
1359 int (*xCurrentTime)(sqlite3_vfs*, double*); argument
1360 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument
1365 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); argument
[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 Dsqlite3.c2378 typedef struct sqlite3_vfs sqlite3_vfs; typedef
2380 struct sqlite3_vfs { struct
15402 sqlite3_vfs*,
22375 sqlite3_vfs *pVfs, in sqlite3OsOpen()
22397 sqlite3_vfs *pVfs, in sqlite3OsAccess()
22406 sqlite3_vfs *pVfs, in sqlite3OsFullPathname()
22457 sqlite3_vfs *pVfs, in sqlite3OsOpenMalloc()
47047 sqlite3_vfs *pVfs,
106010 sqlite3_vfs *pVfs;
158322 sqlite3_vfs *pVfs;
[all …]

Completed in 485 milliseconds