Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h6091 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
6383 struct sqlite3_vtab_cursor { struct
6384 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dsqlite3.c7115 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7407 struct sqlite3_vtab_cursor { struct
7408 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/external/sqlite/dist/orig/
Dsqlite3.h6091 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
6383 struct sqlite3_vtab_cursor { struct
6384 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dsqlite3.c7115 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
7407 struct sqlite3_vtab_cursor { struct
7408 sqlite3_vtab *pVtab; /* Virtual table of this cursor */