Public Attributes | List of all members
sqlite3_io_methods Struct Reference

#include <sqlite3.h>

Public Attributes

int iVersion
 
int(* xCheckReservedLock )(sqlite3_file *, int *pResOut)
 
int(* xClose )(sqlite3_file *)
 
int(* xDeviceCharacteristics )(sqlite3_file *)
 
int(* xFetch )(sqlite3_file *, sqlite3_int64 iOfst, int iAmt, void **pp)
 
int(* xFileControl )(sqlite3_file *, int op, void *pArg)
 
int(* xFileSize )(sqlite3_file *, sqlite3_int64 *pSize)
 
int(* xLock )(sqlite3_file *, int)
 
int(* xRead )(sqlite3_file *, void *, int iAmt, sqlite3_int64 iOfst)
 
int(* xSectorSize )(sqlite3_file *)
 
void(* xShmBarrier )(sqlite3_file *)
 
int(* xShmLock )(sqlite3_file *, int offset, int n, int flags)
 
int(* xShmMap )(sqlite3_file *, int iPg, int pgsz, int, void volatile **)
 
int(* xShmUnmap )(sqlite3_file *, int deleteFlag)
 
int(* xSync )(sqlite3_file *, int flags)
 
int(* xTruncate )(sqlite3_file *, sqlite3_int64 size)
 
int(* xUnfetch )(sqlite3_file *, sqlite3_int64 iOfst, void *p)
 
int(* xUnlock )(sqlite3_file *, int)
 
int(* xWrite )(sqlite3_file *, const void *, int iAmt, sqlite3_int64 iOfst)
 

Detailed Description

Definition at line 1005 of file sqlite3.c.

Member Data Documentation

int sqlite3_io_methods::iVersion

Definition at line 1006 of file sqlite3.c.

int(* sqlite3_io_methods::xCheckReservedLock)(sqlite3_file *, int *pResOut)

Definition at line 1015 of file sqlite3.c.

int(* sqlite3_io_methods::xClose)(sqlite3_file *)

Definition at line 1007 of file sqlite3.c.

int(* sqlite3_io_methods::xDeviceCharacteristics)(sqlite3_file *)

Definition at line 1018 of file sqlite3.c.

int(* sqlite3_io_methods::xFetch)(sqlite3_file *, sqlite3_int64 iOfst, int iAmt, void **pp)

Definition at line 1025 of file sqlite3.c.

int(* sqlite3_io_methods::xFileControl)(sqlite3_file *, int op, void *pArg)

Definition at line 1016 of file sqlite3.c.

int(* sqlite3_io_methods::xFileSize)(sqlite3_file *, sqlite3_int64 *pSize)

Definition at line 1012 of file sqlite3.c.

int(* sqlite3_io_methods::xLock)(sqlite3_file *, int)

Definition at line 1013 of file sqlite3.c.

int(* sqlite3_io_methods::xRead)(sqlite3_file *, void *, int iAmt, sqlite3_int64 iOfst)

Definition at line 1008 of file sqlite3.c.

int(* sqlite3_io_methods::xSectorSize)(sqlite3_file *)

Definition at line 1017 of file sqlite3.c.

void(* sqlite3_io_methods::xShmBarrier)(sqlite3_file *)

Definition at line 1022 of file sqlite3.c.

int(* sqlite3_io_methods::xShmLock)(sqlite3_file *, int offset, int n, int flags)

Definition at line 1021 of file sqlite3.c.

int(* sqlite3_io_methods::xShmMap)(sqlite3_file *, int iPg, int pgsz, int, void volatile **)

Definition at line 1020 of file sqlite3.c.

int(* sqlite3_io_methods::xShmUnmap)(sqlite3_file *, int deleteFlag)

Definition at line 1023 of file sqlite3.c.

int(* sqlite3_io_methods::xSync)(sqlite3_file *, int flags)

Definition at line 1011 of file sqlite3.c.

int(* sqlite3_io_methods::xTruncate)(sqlite3_file *, sqlite3_int64 size)

Definition at line 1010 of file sqlite3.c.

int(* sqlite3_io_methods::xUnfetch)(sqlite3_file *, sqlite3_int64 iOfst, void *p)

Definition at line 1026 of file sqlite3.c.

int(* sqlite3_io_methods::xUnlock)(sqlite3_file *, int)

Definition at line 1014 of file sqlite3.c.

int(* sqlite3_io_methods::xWrite)(sqlite3_file *, const void *, int iAmt, sqlite3_int64 iOfst)

Definition at line 1009 of file sqlite3.c.


The documentation for this struct was generated from the following files:


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 04:00:09