Home
last modified time | relevance | path

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

/PHP-7.1/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
1348 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, 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
[all …]
H A Dsqlite3.c2378 typedef struct sqlite3_vfs sqlite3_vfs; typedef
2380 struct sqlite3_vfs { struct
2384 sqlite3_vfs *pNext; /* Next registered VFS */ argument
2387 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
2392 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
2395 void (*xDlClose)(sqlite3_vfs*, void*); argument
2396 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument
2397 int (*xSleep)(sqlite3_vfs*, int microseconds); argument
2398 int (*xCurrentTime)(sqlite3_vfs*, double*); argument
2399 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument
[all …]

Completed in 394 milliseconds