Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h6958 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7287 struct sqlite3_vtab_cursor { struct
7288 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/third_party/sqlite/src/
Dsqlite3.c7271 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7600 struct sqlite3_vtab_cursor { struct
7601 sqlite3_vtab *pVtab; /* Virtual table of this cursor */