| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.h | 1367 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1369 struct sqlite3_vfs { struct 1373 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1376 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument 1378 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 1379 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 1380 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 1381 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1382 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 1383 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| D | bindgen_bundled_version.rs | 866 pub struct sqlite3_vfs { struct 870 pub pNext: *mut sqlite3_vfs, argument 875 arg1: *mut sqlite3_vfs, argument 884 arg1: *mut sqlite3_vfs, argument 891 arg1: *mut sqlite3_vfs, argument 899 arg1: *mut sqlite3_vfs, argument 907 arg1: *mut sqlite3_vfs, argument 913 arg1: *mut sqlite3_vfs, argument 920 arg1: *mut sqlite3_vfs, argument 932 unsafe extern "C" fn(arg1: *mut sqlite3_vfs, arg2: *mut ::std::os::raw::c_void), argument [all …]
|
| D | sqlite3.c | 2415 typedef struct sqlite3_vfs sqlite3_vfs; typedef 2417 struct sqlite3_vfs { struct 2421 sqlite3_vfs *pNext; /* Next registered VFS */ argument 2424 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument 2426 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 2427 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 2428 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 2429 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 2430 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 2431 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| /external/sqlite/dist/ |
| D | sqlite3.h | 1364 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1366 struct sqlite3_vfs { struct 1370 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1373 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument 1375 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 1376 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 1377 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 1378 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1379 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 1380 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| D | sqlite3.c | 2403 typedef struct sqlite3_vfs sqlite3_vfs; typedef 2405 struct sqlite3_vfs { struct 2409 sqlite3_vfs *pNext; /* Next registered VFS */ argument 2412 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument 2414 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 2415 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 2416 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 2417 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 2418 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 2419 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.h | 1364 typedef struct sqlite3_vfs sqlite3_vfs; typedef 1366 struct sqlite3_vfs { struct 1370 sqlite3_vfs *pNext; /* Next registered VFS */ argument 1373 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument 1375 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 1376 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 1377 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 1378 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 1379 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 1380 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| D | sqlite3.c | 2403 typedef struct sqlite3_vfs sqlite3_vfs; typedef 2405 struct sqlite3_vfs { struct 2409 sqlite3_vfs *pNext; /* Next registered VFS */ argument 2412 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument 2414 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument 2415 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument 2416 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument 2417 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument 2418 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument 2419 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument [all …]
|
| /external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
| D | bindgen_3.7.7.rs | 448 pub struct sqlite3_vfs { struct 452 pub pNext: *mut sqlite3_vfs, argument 456 *mut sqlite3_vfs, argument 467 *mut sqlite3_vfs, argument 474 *mut sqlite3_vfs, argument 483 *mut sqlite3_vfs, argument 492 *mut sqlite3_vfs, argument 497 *mut sqlite3_vfs, argument 503 *mut sqlite3_vfs, argument 511 *mut sqlite3_vfs, argument [all …]
|
| D | bindgen_3.6.8.rs | 348 pub struct sqlite3_vfs { struct 352 pub pNext: *mut sqlite3_vfs, argument 356 *mut sqlite3_vfs, argument 367 *mut sqlite3_vfs, argument 374 *mut sqlite3_vfs, argument 383 *mut sqlite3_vfs, argument 392 *mut sqlite3_vfs, argument 397 *mut sqlite3_vfs, argument 403 *mut sqlite3_vfs, argument 411 *mut sqlite3_vfs, argument [all …]
|
| D | bindgen_3.6.23.rs | 376 pub struct sqlite3_vfs { struct 380 pub pNext: *mut sqlite3_vfs, argument 384 *mut sqlite3_vfs, argument 395 *mut sqlite3_vfs, argument 402 *mut sqlite3_vfs, argument 411 *mut sqlite3_vfs, argument 420 *mut sqlite3_vfs, argument 425 *mut sqlite3_vfs, argument 431 *mut sqlite3_vfs, argument 439 *mut sqlite3_vfs, argument [all …]
|
| D | bindgen_3.7.16.rs | 482 pub struct sqlite3_vfs { struct 486 pub pNext: *mut sqlite3_vfs, argument 490 *mut sqlite3_vfs, argument 501 *mut sqlite3_vfs, argument 508 *mut sqlite3_vfs, argument 517 *mut sqlite3_vfs, argument 526 *mut sqlite3_vfs, argument 531 *mut sqlite3_vfs, argument 537 *mut sqlite3_vfs, argument 545 *mut sqlite3_vfs, argument [all …]
|