#include <sqlite3_modified.h>
Data Fields | |
int | iVersion |
int | szOsFile |
int | mxPathname |
sqlite3_vfs * | pNext |
const char * | zName |
void * | pAppData |
int(* | xOpen )(sqlite3_vfs *, sqlite3_filename zName, sqlite3_file *, int flags, int *pOutFlags) |
int(* | xDelete )(sqlite3_vfs *, const char *zName, int syncDir) |
int(* | xAccess )(sqlite3_vfs *, const char *zName, int flags, int *pResOut) |
int(* | xFullPathname )(sqlite3_vfs *, const char *zName, int nOut, char *zOut) |
void *(* | xDlOpen )(sqlite3_vfs *, const char *zFilename) |
void(* | xDlError )(sqlite3_vfs *, int nByte, char *zErrMsg) |
void(*(* | xDlSym )(sqlite3_vfs *, void *, const char *zSymbol))(void) |
void(* | xDlClose )(sqlite3_vfs *, void *) |
int(* | xRandomness )(sqlite3_vfs *, int nByte, char *zOut) |
int(* | xSleep )(sqlite3_vfs *, int microseconds) |
int(* | xCurrentTime )(sqlite3_vfs *, double *) |
int(* | xGetLastError )(sqlite3_vfs *, int, char *) |
int(* | xCurrentTimeInt64 )(sqlite3_vfs *, sqlite3_int64 *) |
int(* | xSetSystemCall )(sqlite3_vfs *, const char *zName, sqlite3_syscall_ptr) |
sqlite3_syscall_ptr(* | xGetSystemCall )(sqlite3_vfs *, const char *zName) |
const char *(* | xNextSystemCall )(sqlite3_vfs *, const char *zName) |
Definition at line 1467 of file sqlite3_modified.h.
int sqlite3_vfs::iVersion |
Definition at line 1468 of file sqlite3_modified.h.
int sqlite3_vfs::mxPathname |
Definition at line 1470 of file sqlite3_modified.h.
void* sqlite3_vfs::pAppData |
Definition at line 1473 of file sqlite3_modified.h.
sqlite3_vfs* sqlite3_vfs::pNext |
Definition at line 1471 of file sqlite3_modified.h.
int sqlite3_vfs::szOsFile |
Definition at line 1469 of file sqlite3_modified.h.
int(* sqlite3_vfs::xAccess) (sqlite3_vfs *, const char *zName, int flags, int *pResOut) |
Definition at line 1477 of file sqlite3_modified.h.
int(* sqlite3_vfs::xCurrentTime) (sqlite3_vfs *, double *) |
Definition at line 1485 of file sqlite3_modified.h.
int(* sqlite3_vfs::xCurrentTimeInt64) (sqlite3_vfs *, sqlite3_int64 *) |
Definition at line 1491 of file sqlite3_modified.h.
int(* sqlite3_vfs::xDelete) (sqlite3_vfs *, const char *zName, int syncDir) |
Definition at line 1476 of file sqlite3_modified.h.
void(* sqlite3_vfs::xDlClose) (sqlite3_vfs *, void *) |
Definition at line 1482 of file sqlite3_modified.h.
void(* sqlite3_vfs::xDlError) (sqlite3_vfs *, int nByte, char *zErrMsg) |
Definition at line 1480 of file sqlite3_modified.h.
void *(* sqlite3_vfs::xDlOpen) (sqlite3_vfs *, const char *zFilename) |
Definition at line 1479 of file sqlite3_modified.h.
void(*(* sqlite3_vfs::xDlSym) (sqlite3_vfs *, void *, const char *zSymbol))(void) |
Definition at line 1481 of file sqlite3_modified.h.
int(* sqlite3_vfs::xFullPathname) (sqlite3_vfs *, const char *zName, int nOut, char *zOut) |
Definition at line 1478 of file sqlite3_modified.h.
int(* sqlite3_vfs::xGetLastError) (sqlite3_vfs *, int, char *) |
Definition at line 1486 of file sqlite3_modified.h.
sqlite3_syscall_ptr(* sqlite3_vfs::xGetSystemCall) (sqlite3_vfs *, const char *zName) |
Definition at line 1497 of file sqlite3_modified.h.
const char *(* sqlite3_vfs::xNextSystemCall) (sqlite3_vfs *, const char *zName) |
Definition at line 1498 of file sqlite3_modified.h.
int(* sqlite3_vfs::xOpen) (sqlite3_vfs *, sqlite3_filename zName, sqlite3_file *, int flags, int *pOutFlags) |
Definition at line 1474 of file sqlite3_modified.h.
int(* sqlite3_vfs::xRandomness) (sqlite3_vfs *, int nByte, char *zOut) |
Definition at line 1483 of file sqlite3_modified.h.
int(* sqlite3_vfs::xSetSystemCall) (sqlite3_vfs *, const char *zName, sqlite3_syscall_ptr) |
Definition at line 1496 of file sqlite3_modified.h.
int(* sqlite3_vfs::xSleep) (sqlite3_vfs *, int microseconds) |
Definition at line 1484 of file sqlite3_modified.h.
const char* sqlite3_vfs::zName |
Definition at line 1472 of file sqlite3_modified.h.