Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h4724 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
4953 struct sqlite3_vtab_cursor { struct
4954 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
H A Dsqlite3.c5271 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
5500 struct sqlite3_vtab_cursor { struct
5501 sqlite3_vtab *pVtab; /* Virtual table of this cursor */

Completed in 278 milliseconds