#include <sqlite3.h>
|
| int | iVersion |
| |
| int(* | xClose )(sqlite3_file *) |
| |
| int(* | xRead )(sqlite3_file *, void *, int iAmt, sqlite3_int64 iOfst) |
| |
| int(* | xWrite )(sqlite3_file *, const void *, int iAmt, sqlite3_int64 iOfst) |
| |
| int(* | xTruncate )(sqlite3_file *, sqlite3_int64 size) |
| |
| int(* | xSync )(sqlite3_file *, int flags) |
| |
| int(* | xFileSize )(sqlite3_file *, sqlite3_int64 *pSize) |
| |
| int(* | xLock )(sqlite3_file *, int) |
| |
| int(* | xUnlock )(sqlite3_file *, int) |
| |
| int(* | xCheckReservedLock )(sqlite3_file *, int *pResOut) |
| |
| int(* | xFileControl )(sqlite3_file *, int op, void *pArg) |
| |
| int(* | xSectorSize )(sqlite3_file *) |
| |
| int(* | xDeviceCharacteristics )(sqlite3_file *) |
| |
| int(* | xShmMap )(sqlite3_file *, int iPg, int pgsz, int, void volatile **) |
| |
| int(* | xShmLock )(sqlite3_file *, int offset, int n, int flags) |
| |
| void(* | xShmBarrier )(sqlite3_file *) |
| |
| int(* | xShmUnmap )(sqlite3_file *, int deleteFlag) |
| |
| int(* | xFetch )(sqlite3_file *, sqlite3_int64 iOfst, int iAmt, void **pp) |
| |
| int(* | xUnfetch )(sqlite3_file *, sqlite3_int64 iOfst, void *p) |
| |
◆ iVersion
◆ xCheckReservedLock
◆ xClose
◆ xDeviceCharacteristics
◆ xFetch
◆ xFileControl
◆ xFileSize
◆ xLock
◆ xRead
◆ xSectorSize
◆ xShmBarrier
◆ xShmLock
| int(* xShmLock)(sqlite3_file *, int offset, int n, int flags) |
◆ xShmMap
| int(* xShmMap)(sqlite3_file *, int iPg, int pgsz, int, void volatile **) |
◆ xShmUnmap
◆ xSync
◆ xTruncate
◆ xUnfetch
◆ xUnlock
◆ xWrite
Объявления и описания членов структур находятся в файлах:
- C:/Users/User/Documents/Visual Studio 2012/Projects/messenger_via_http_server/messenger_via_http_server/sqlite3.c
- C:/Users/User/Documents/Visual Studio 2012/Projects/messenger_via_http_server/messenger_via_http_server/sqlite3.h