| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3.h | 1463 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1465 struct sqlite3_vfs { struct 1469 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1472 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, argument 1474 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 1475 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 1477 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1478 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 1479 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3.h | 1463 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1465 struct sqlite3_vfs { struct 1469 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1472 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, argument 1474 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 1475 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 1477 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1478 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 1479 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3440400/ |
| D | sqlite3.h | 1463 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1465 struct sqlite3_vfs { struct 1469 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1472 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, argument 1474 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 1475 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 1477 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1478 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 1479 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3440400/orig/ |
| D | sqlite3.h | 1463 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1465 struct sqlite3_vfs { struct 1469 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1472 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*, argument 1474 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 1475 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 1477 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1478 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 1479 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| /external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/ |
| D | bindgen_3.14.0.rs | 584 pub struct sqlite3_vfs { struct 588 pub pNext: *mut sqlite3_vfs, argument 593 arg1: *mut sqlite3_vfs, argument 602 arg1: *mut sqlite3_vfs, argument 609 arg1: *mut sqlite3_vfs, argument 617 arg1: *mut sqlite3_vfs, argument 625 arg1: *mut sqlite3_vfs, argument 631 arg1: *mut sqlite3_vfs, argument 638 arg1: *mut sqlite3_vfs, argument 650 unsafe extern "C" fn(arg1: *mut sqlite3_vfs, arg2: *mut ::std::os::raw::c_void), argument [all …]
|
| D | bindgen_3.14.0_ext.rs | 509 pub struct sqlite3_vfs { struct 513 pub pNext: *mut sqlite3_vfs, argument 518 arg1: *mut sqlite3_vfs, argument 527 arg1: *mut sqlite3_vfs, argument 534 arg1: *mut sqlite3_vfs, argument 542 arg1: *mut sqlite3_vfs, argument 550 arg1: *mut sqlite3_vfs, argument 556 arg1: *mut sqlite3_vfs, argument 563 arg1: *mut sqlite3_vfs, argument 575 unsafe extern "C" fn(arg1: *mut sqlite3_vfs, arg2: *mut ::std::os::raw::c_void), argument [all …]
|