Home
last modified time | relevance | path

Searched defs:sqlite3_vtab_cursor (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/crates/libsqlite3-sys/src/
Dlib.rs69 impl Default for sqlite3_vtab_cursor { implementation
/external/perfetto/src/trace_processor/sqlite/
Dsql_stats_table.cc119 int SqlStatsModule::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
Dstats_table.cc168 int StatsModule::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
Dsqlite_vtable_benchmark.cc193 module.xNext = [](sqlite3_vtab_cursor* c) { in CreateDbAndRegisterVtable() argument
Ddb_sqlite_table.cc790 int DbSqliteModule::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
/external/rust/crates/rusqlite/src/vtab/
Dmod.rs1103 pp_cursor: *mut *mut ffi::sqlite3_vtab_cursor, in rust_open()
1138 cursor: *mut ffi::sqlite3_vtab_cursor, in rust_filter()
1178 cursor: *mut ffi::sqlite3_vtab_cursor, in rust_column()
1191 cursor: *mut ffi::sqlite3_vtab_cursor, in rust_rowid()
1253 unsafe fn cursor_error<T>(cursor: *mut ffi::sqlite3_vtab_cursor, result: Result<T>) -> c_int { in cursor_error()
/external/perfetto/src/trace_processor/perfetto_sql/engine/
Dtable_pointer_module.cc215 int TablePointerModule::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
Druntime_table_function.cc267 int RuntimeTableFunctionModule::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/
Dwindow_operator.cc220 int WindowOperatorModule::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
Dslice_mipmap_operator.cc269 int SliceMipmapOperator::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
Dcounter_mipmap_operator.cc261 int CounterMipmapOperator::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
Dinterval_intersect_operator.cc564 int IntervalIntersectOperator::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
Dspan_join_operator.cc952 int SpanJoinOperatorModule::Rowid(sqlite3_vtab_cursor*, sqlite_int64*) { in Rowid() argument
/external/sqlite/dist/sqlite-autoconf-3420000/
Dsqlite3.h7114 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7475 struct sqlite3_vtab_cursor { struct
7476 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h7284 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7649 struct sqlite3_vtab_cursor { struct
7650 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dsqlite3.c7597 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7962 struct sqlite3_vtab_cursor { struct
7963 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6756 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7085 struct sqlite3_vtab_cursor { struct
7086 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dbindgen_bundled_version.rs3339 pub struct sqlite3_vtab_cursor { struct
3345 ::std::mem::size_of::<sqlite3_vtab_cursor>(), in bindgen_test_layout_sqlite3_vtab_cursor() argument
Dsqlite3.c7819 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
8148 struct sqlite3_vtab_cursor { struct
8149 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h7284 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7649 struct sqlite3_vtab_cursor { struct
7650 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dsqlite3.h7114 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7475 struct sqlite3_vtab_cursor { struct
7476 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs1453 pub struct sqlite3_vtab_cursor { struct
1458 assert_eq!(::std::mem::size_of::<sqlite3_vtab_cursor>() , 8usize); in bindgen_test_layout_sqlite3_vtab_cursor() argument
1461 impl Clone for sqlite3_vtab_cursor { implementation
Dbindgen_3.6.23.rs1471 pub struct sqlite3_vtab_cursor { struct
1476 assert_eq!(::std::mem::size_of::<sqlite3_vtab_cursor>() , 8usize); in bindgen_test_layout_sqlite3_vtab_cursor() argument
1479 impl Clone for sqlite3_vtab_cursor { implementation
Dbindgen_3.7.7.rs1617 pub struct sqlite3_vtab_cursor { struct
1622 assert_eq!(::std::mem::size_of::<sqlite3_vtab_cursor>() , 8usize); in bindgen_test_layout_sqlite3_vtab_cursor() argument
1625 impl Clone for sqlite3_vtab_cursor { implementation
Dbindgen_3.7.16.rs1688 pub struct sqlite3_vtab_cursor { struct
1693 assert_eq!(::std::mem::size_of::<sqlite3_vtab_cursor>() , 8usize); in bindgen_test_layout_sqlite3_vtab_cursor() argument
1696 impl Clone for sqlite3_vtab_cursor { implementation

12