Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.h4750 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
4979 struct sqlite3_vtab_cursor { struct
4980 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dsqlite3.c5303 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
5532 struct sqlite3_vtab_cursor { struct
5533 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.h5757 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
6042 struct sqlite3_vtab_cursor { struct
6043 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
Dsqlite3.c6017 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
6302 struct sqlite3_vtab_cursor { struct
6303 sqlite3_vtab *pVtab; /* Virtual table of this cursor */