Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h924 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 Dsqlite3ext.h180 sqlite3_vfs *(*vfs_find)(const char*);
181 int (*vfs_register)(sqlite3_vfs*,int);
182 int (*vfs_unregister)(sqlite3_vfs*);
H A Dsqlite3.c1471 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