| /external/rust/crates/libsqlite3-sys/src/ | 
| D | lib.rs | 63 impl Default for sqlite3_vtab {  implementation
  | 
| /external/rust/crates/rusqlite/src/vtab/ | 
| D | mod.rs | 950     pp_vtab: *mut *mut ffi::sqlite3_vtab,  in rust_create() 1002     pp_vtab: *mut *mut ffi::sqlite3_vtab,  in rust_connect() 1050     vtab: *mut ffi::sqlite3_vtab,  in rust_best_index() 1112     vtab: *mut ffi::sqlite3_vtab,  in rust_open() 1218     vtab: *mut ffi::sqlite3_vtab,  in rust_update() 1282 unsafe fn set_err_msg(vtab: *mut ffi::sqlite3_vtab, err_msg: &str) {  in set_err_msg()
  | 
| /external/perfetto/src/trace_processor/sqlite/ | 
| D | sqlite_table.cc | 292 int TypedSqliteTableBase::xDestroyFatal(sqlite3_vtab*) {  in xDestroyFatal()  argument
  | 
| D | sqlite_vtable_benchmark.cc | 175   module.xBestIndex = [](sqlite3_vtab*, sqlite3_index_info* idx) {  in CreateDbAndRegisterVtable()  argument
  | 
| /external/rust/crates/libsqlite3-sys/sqlite3/ | 
| D | sqlite3.h | 6754 typedef struct sqlite3_vtab sqlite3_vtab;  typedef 7061 struct sqlite3_vtab {  struct 7070 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor}  argument 7086   sqlite3_vtab *pVtab;      /* Virtual table of this cursor */  argument
  | 
| D | bindgen_bundled_version.rs | 3289 pub struct sqlite3_vtab {  struct 3297         ::std::mem::size_of::<sqlite3_vtab>(),  in bindgen_test_layout_sqlite3_vtab()  argument
  | 
| D | sqlite3.c | 7817 typedef struct sqlite3_vtab sqlite3_vtab;  typedef 8124 struct sqlite3_vtab {  struct 8133 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor}  argument 8149   sqlite3_vtab *pVtab;      /* Virtual table of this cursor */  argument
  | 
| /external/sqlite/dist/ | 
| D | sqlite3.h | 6960 typedef struct sqlite3_vtab sqlite3_vtab;  typedef 7299 struct sqlite3_vtab {  struct 7308 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor}  argument 7324   sqlite3_vtab *pVtab;      /* Virtual table of this cursor */  argument
  | 
| D | sqlite3.c | 7266 typedef struct sqlite3_vtab sqlite3_vtab;  typedef 7605 struct sqlite3_vtab {  struct 7614 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor}  argument 7630   sqlite3_vtab *pVtab;      /* Virtual table of this cursor */  argument
  | 
| /external/sqlite/dist/orig/ | 
| D | sqlite3.h | 6960 typedef struct sqlite3_vtab sqlite3_vtab;  typedef 7299 struct sqlite3_vtab {  struct 7308 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor}  argument 7324   sqlite3_vtab *pVtab;      /* Virtual table of this cursor */  argument
  | 
| D | sqlite3.c | 7266 typedef struct sqlite3_vtab sqlite3_vtab;  typedef 7605 struct sqlite3_vtab {  struct 7614 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor}  argument 7630   sqlite3_vtab *pVtab;      /* Virtual table of this cursor */  argument
  | 
| /external/rust/crates/libsqlite3-sys/bindgen-bindings/ | 
| D | bindgen_3.6.8.rs | 1366 pub struct sqlite3_vtab {  struct 1373     assert_eq!(::std::mem::size_of::<sqlite3_vtab>() , 24usize);  in bindgen_test_layout_sqlite3_vtab()  argument 1376 impl Clone for sqlite3_vtab {  implementation
  | 
| D | bindgen_3.6.23.rs | 1384 pub struct sqlite3_vtab {  struct 1391     assert_eq!(::std::mem::size_of::<sqlite3_vtab>() , 24usize);  in bindgen_test_layout_sqlite3_vtab()  argument 1394 impl Clone for sqlite3_vtab {  implementation
  | 
| D | bindgen_3.7.7.rs | 1530 pub struct sqlite3_vtab {  struct 1537     assert_eq!(::std::mem::size_of::<sqlite3_vtab>() , 24usize);  in bindgen_test_layout_sqlite3_vtab()  argument 1540 impl Clone for sqlite3_vtab {  implementation
  | 
| D | bindgen_3.7.16.rs | 1601 pub struct sqlite3_vtab {  struct 1608     assert_eq!(::std::mem::size_of::<sqlite3_vtab>() , 24usize);  in bindgen_test_layout_sqlite3_vtab()  argument 1611 impl Clone for sqlite3_vtab {  implementation
  |