- iVersion
int iVersion;
Undocumented in source.
- mxPathname
int mxPathname;
Undocumented in source.
- pAppData
void* pAppData;
Undocumented in source.
- pNext
sqlite3_vfs* pNext;
Undocumented in source.
- szOsFile
int szOsFile;
Undocumented in source.
- xAccess
int function(sqlite3_vfs*, const(char)* zName, int flags, int* pResOut) xAccess;
Undocumented in source.
- xCurrentTime
int function(sqlite3_vfs*, double*) xCurrentTime;
Undocumented in source.
- xCurrentTimeInt64
int function(sqlite3_vfs*, sqlite3_int64*) xCurrentTimeInt64;
Undocumented in source.
- xDelete
int function(sqlite3_vfs*, const(char)* zName, int syncDir) xDelete;
Undocumented in source.
- xDlClose
void function(sqlite3_vfs*, void*) xDlClose;
Undocumented in source.
- xDlError
void function(sqlite3_vfs*, int nByte, char* zErrMsg) xDlError;
Undocumented in source.
- xDlOpen
void* function(sqlite3_vfs*, const(char)* zFilename) xDlOpen;
Undocumented in source.
- xDlSym
void function(sqlite3_vfs*, void*, const(char)* zSymbol) function(sqlite3_vfs*, void*, const(char)* zSymbol) xDlSym;
Undocumented in source.
- xFullPathname
int function(sqlite3_vfs*, const(char)* zName, int nOut, char* zOut) xFullPathname;
Undocumented in source.
- xGetLastError
int function(sqlite3_vfs*, int, char*) xGetLastError;
Undocumented in source.
- xGetSystemCall
sqlite3_syscall_ptr function(sqlite3_vfs*, const(char)* zName) xGetSystemCall;
Undocumented in source.
- xNextSystemCall
const(char)* function(sqlite3_vfs*, const(char)* zName) xNextSystemCall;
Undocumented in source.
- xOpen
int function(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, int flags, int* pOutFlags) xOpen;
Undocumented in source.
- xRandomness
int function(sqlite3_vfs*, int nByte, char* zOut) xRandomness;
Undocumented in source.
- xSetSystemCall
int function(sqlite3_vfs*, const(char)* zName, sqlite3_syscall_ptr) xSetSystemCall;
Undocumented in source.
- xSleep
int function(sqlite3_vfs*, int microseconds) xSleep;
Undocumented in source.
- zName
const(char)* zName;
Undocumented in source.