Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h5757 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
5787 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5788 int (*xClose)(sqlite3_vtab_cursor*);
5789 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5791 int (*xNext)(sqlite3_vtab_cursor*);
5792 int (*xEof)(sqlite3_vtab_cursor*);
5793 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5794 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
6042 struct sqlite3_vtab_cursor { struct
H A Dsqlite3.c6017 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef
6302 struct sqlite3_vtab_cursor { struct
83569 sqlite3_vtab_cursor *pVCur;
83629 sqlite3_vtab_cursor *pVCur;
169770 sqlite3_vtab_cursor base;
170239 sqlite3_vtab_cursor *pCursor,
170284 sqlite3_vtab_cursor *pCursor,
177006 sqlite3_vtab_cursor *cur,
197299 sqlite3_vtab_cursor base;
197540 sqlite3_vtab_cursor **ppCsr
[all …]

Completed in 451 milliseconds