Home
last modified time | relevance | path

Searched defs:sqlite3_vfs (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h1368 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1370 struct sqlite3_vfs { struct
1374 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1377 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1379 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1380 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1381 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1382 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1383 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1384 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
Dbindgen_bundled_version.rs872 pub struct sqlite3_vfs { struct
876 pub pNext: *mut sqlite3_vfs, argument
881 arg1: *mut sqlite3_vfs, argument
890 arg1: *mut sqlite3_vfs, argument
897 arg1: *mut sqlite3_vfs, argument
905 arg1: *mut sqlite3_vfs, argument
913 arg1: *mut sqlite3_vfs, argument
919 arg1: *mut sqlite3_vfs, argument
926 arg1: *mut sqlite3_vfs, argument
938 unsafe extern "C" fn(arg1: *mut sqlite3_vfs, arg2: *mut ::std::os::raw::c_void), argument
[all …]
Dsqlite3.c2431 typedef struct sqlite3_vfs sqlite3_vfs; typedef
2433 struct sqlite3_vfs { struct
2437 sqlite3_vfs *pNext; /* Next registered VFS */ argument
2440 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
2442 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
2443 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
2444 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
2445 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
2446 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
2447 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
/external/sqlite/dist/
Dsqlite3.h1425 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1427 struct sqlite3_vfs { struct
1431 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1434 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1436 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1437 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1438 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1439 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1440 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1441 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
Dsqlite3.c1731 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1733 struct sqlite3_vfs { struct
1737 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1740 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1742 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1743 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1744 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1745 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1746 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1747 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h1425 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1427 struct sqlite3_vfs { struct
1431 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1434 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1436 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1437 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1438 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1439 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1440 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1441 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
Dsqlite3.c1731 typedef struct sqlite3_vfs sqlite3_vfs; typedef
1733 struct sqlite3_vfs { struct
1737 sqlite3_vfs *pNext; /* Next registered VFS */ argument
1740 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*, argument
1742 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir); argument
1743 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); argument
1744 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); argument
1745 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename); argument
1746 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); argument
1747 void (*(*xDlSym)(sqlite3_vfs*,void*, const char *zSymbol))(void); argument
[all …]
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.7.rs448 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 …]
Dbindgen_3.6.8.rs348 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 …]
Dbindgen_3.6.23.rs376 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 …]
Dbindgen_3.7.16.rs482 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 …]