Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h5467 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
5497 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5498 int (*xClose)(sqlite3_vtab_cursor*);
5499 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5501 int (*xNext)(sqlite3_vtab_cursor*);
5502 int (*xEof)(sqlite3_vtab_cursor*);
5503 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5504 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5711 struct sqlite3_vtab_cursor { struct
H A Dsqlite3.c5674 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
5705 int (*xClose)(sqlite3_vtab_cursor*);
5708 int (*xNext)(sqlite3_vtab_cursor*);
5709 int (*xEof)(sqlite3_vtab_cursor*);
5918 struct sqlite3_vtab_cursor { struct
76917 sqlite3_vtab_cursor *pVtabCursor;
76977 sqlite3_vtab_cursor *pVtabCursor;
152491 sqlite3_vtab_cursor *pVtabCursor,
155317 sqlite3_vtab_cursor base;
155778 sqlite3_vtab_cursor *pCursor,
[all …]

Completed in 364 milliseconds