Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1167 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1169 struct sqlite3_vfs { struct
1173 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1176 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1181 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1184 void (*xDlClose)(sqlite3_vfs*, void*); argument
1185 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument
1186 int (*xSleep)(sqlite3_vfs*, int microseconds); argument
1187 int (*xCurrentTime)(sqlite3_vfs*, double*); argument
1188 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument
[all …]
H A Dsqlite3.c1374 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1376 struct sqlite3_vfs { struct
1380 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1383 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1388 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1391 void (*xDlClose)(sqlite3_vfs*, void*); argument
1392 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); argument
1393 int (*xSleep)(sqlite3_vfs*, int microseconds); argument
1394 int (*xCurrentTime)(sqlite3_vfs*, double*); argument
1395 int (*xGetLastError)(sqlite3_vfs*, int, char *); argument
[all …]

Completed in 370 milliseconds