Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h1215 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1217 struct sqlite3_vfs { struct
1221 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1224 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1229 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1232 void (*xDlClose)(sqlite3_vfs*, void*); argument
1233 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument
1234 int (*xSleep)(sqlite3_vfs*, int microseconds); argument
1235 int (*xCurrentTime)(sqlite3_vfs*, double*); argument
1236 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument
[all …]
H A Dsqlite3.c1475 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1477 struct sqlite3_vfs { struct
1481 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1484 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1489 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1492 void (*xDlClose)(sqlite3_vfs*, void*); argument
1493 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument
1494 int (*xSleep)(sqlite3_vfs*, int microseconds); argument
1495 int (*xCurrentTime)(sqlite3_vfs*, double*); argument
1496 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument
[all …]

Completed in 429 milliseconds