Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_vtable_benchmark.cc163 module.xNext = [](sqlite3_vtab_cursor* c) { in BM_SqliteStepAndResult() argument
/external/sqlite/dist/orig/
Dsqlite3.h6335 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
6635 struct sqlite3_vtab_cursor { struct
6636 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dsqlite3.c7374 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7674 struct sqlite3_vtab_cursor { struct
7675 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/external/sqlite/dist/
Dsqlite3.h6335 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
6635 struct sqlite3_vtab_cursor { struct
6636 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dsqlite3.c7374 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7674 struct sqlite3_vtab_cursor { struct
7675 sqlite3_vtab *pVtab; /* Virtual table of this cursor */