Home
last modified time | relevance | path

Searched refs:xDestroy (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h5183 void(*xDestroy)(void*)
5195 void(*xDestroy)(void*)
5903 void(*xDestroy)(void*)
6720 int (*xDestroy)(sqlite3_vtab *pVTab); member
6958 void(*xDestroy)(void*) /* Module destructor function */
8456 void (*xDestroy)(sqlite3_pcache*); member
8477 void (*xDestroy)(sqlite3_pcache*); member
12143 void (*xDestroy)(void*)
12160 void (*xDestroy)(void*)
Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
Dbindgen_bundled_version.rs2035 xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in sqlite3_create_function_v2()
2061 xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in sqlite3_create_window_function()
2327 xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in sqlite3_create_collation_v2()
2545 pub xDestroy: ::std::option::Option< field
2711 unsafe { &(*(::std::ptr::null::<sqlite3_module>())).xDestroy as *const _ as usize }, in bindgen_test_layout_sqlite3_module()
2717 stringify!(xDestroy) in bindgen_test_layout_sqlite3_module()
3266 xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in sqlite3_create_module_v2()
3777 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut sqlite3_pcache)>, field
3914 &(*(::std::ptr::null::<sqlite3_pcache_methods2>())).xDestroy as *const _ as usize in bindgen_test_layout_sqlite3_pcache_methods2()
3921 stringify!(xDestroy) in bindgen_test_layout_sqlite3_pcache_methods2()
[all …]
Dsqlite3.c6231 void(*xDestroy)(void*)
6243 void(*xDestroy)(void*)
6951 void(*xDestroy)(void*)
7768 int (*xDestroy)(sqlite3_vtab *pVTab); member
8006 void(*xDestroy)(void*) /* Module destructor function */
9504 void (*xDestroy)(sqlite3_pcache*); member
9525 void (*xDestroy)(sqlite3_pcache*); member
13191 void (*xDestroy)(void*)
13208 void (*xDestroy)(void*)
17128 void (*xDestroy)(void *); member
[all …]
/external/sqlite/dist/
Dsqlite3.h5181 void(*xDestroy)(void*)
5193 void(*xDestroy)(void*)
5901 void(*xDestroy)(void*)
6718 int (*xDestroy)(sqlite3_vtab *pVTab); member
6956 void(*xDestroy)(void*) /* Module destructor function */
8450 void (*xDestroy)(sqlite3_pcache*); member
8471 void (*xDestroy)(sqlite3_pcache*); member
12137 void (*xDestroy)(void*)
12154 void (*xDestroy)(void*)
Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
Dsqlite3.c6220 void(*xDestroy)(void*)
6232 void(*xDestroy)(void*)
6940 void(*xDestroy)(void*)
7757 int (*xDestroy)(sqlite3_vtab *pVTab); member
7995 void(*xDestroy)(void*) /* Module destructor function */
9489 void (*xDestroy)(sqlite3_pcache*); member
9510 void (*xDestroy)(sqlite3_pcache*); member
13176 void (*xDestroy)(void*)
13193 void (*xDestroy)(void*)
17097 void (*xDestroy)(void *); member
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h5181 void(*xDestroy)(void*)
5193 void(*xDestroy)(void*)
5901 void(*xDestroy)(void*)
6718 int (*xDestroy)(sqlite3_vtab *pVTab); member
6956 void(*xDestroy)(void*) /* Module destructor function */
8450 void (*xDestroy)(sqlite3_pcache*); member
8471 void (*xDestroy)(sqlite3_pcache*); member
12137 void (*xDestroy)(void*)
12154 void (*xDestroy)(void*)
Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
Dsqlite3.c6220 void(*xDestroy)(void*)
6232 void(*xDestroy)(void*)
6940 void(*xDestroy)(void*)
7757 int (*xDestroy)(sqlite3_vtab *pVTab); member
7995 void(*xDestroy)(void*) /* Module destructor function */
9489 void (*xDestroy)(sqlite3_pcache*); member
9510 void (*xDestroy)(sqlite3_pcache*); member
13176 void (*xDestroy)(void*)
13193 void (*xDestroy)(void*)
17097 void (*xDestroy)(void *); member
[all …]
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_vtable_benchmark.cc143 module.xDestroy = destroy_fn; in BM_SqliteStepAndResult()
Dsqlite_table.h248 module->xDestroy = destroy_fn;
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.16.rs1194 xDestroy: in sqlite3_create_function_v2()
1423 xDestroy: in sqlite3_create_collation_v2()
1737 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab: field
1855 xDestroy: in sqlite3_create_module_v2()
2082 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: field
2141 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.7.7.rs1141 xDestroy: in sqlite3_create_function_v2()
1370 xDestroy: in sqlite3_create_collation_v2()
1666 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab: field
1784 xDestroy: in sqlite3_create_module_v2()
1994 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.6.8.rs1199 xDestroy: in sqlite3_create_collation_v2()
1502 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab: field
1605 xDestroy: in sqlite3_create_module_v2()
1811 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.6.23.rs1227 xDestroy: in sqlite3_create_collation_v2()
1520 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(pVTab: field
1623 xDestroy: in sqlite3_create_module_v2()
1829 pub xDestroy: ::std::option::Option<unsafe extern "C" fn(arg1: field
/external/rust/crates/rusqlite/src/vtab/
Dmod.rs101 xDestroy: Some(rust_destroy::<T>), in read_only_module()
140 xDestroy: None, in eponymous_only_module()
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout573 void(*xDestroy)(void*)
585 void(*xDestroy)(void*)
666 void(*xDestroy)(void*)
777 int (*xDestroy)(sqlite3_vtab *pVTab);
848 void(*xDestroy)(void*)
976 void (*xDestroy)(sqlite3_pcache*);
997 void (*xDestroy)(sqlite3_pcache*);
1258 void (*xDestroy)(void*)
1275 void (*xDestroy)(void*)
2205 void (*xDestroy)(void *);
[all …]