Searched refs:sqlite3_vtab_cursor (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5145 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5175 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5176 int (*xClose)(sqlite3_vtab_cursor*);
5177 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5179 int (*xNext)(sqlite3_vtab_cursor*);
5180 int (*xEof)(sqlite3_vtab_cursor*);
5181 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5182 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5359 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5374 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c5716 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5746 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5747 int (*xClose)(sqlite3_vtab_cursor*);
5748 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5750 int (*xNext)(sqlite3_vtab_cursor*);
5751 int (*xEof)(sqlite3_vtab_cursor*);
5752 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5753 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5930 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5945 struct sqlite3_vtab_cursor { struct
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4750 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4780 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4781 int (*xClose)(sqlite3_vtab_cursor*);
4782 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4784 int (*xNext)(sqlite3_vtab_cursor*);
4785 int (*xEof)(sqlite3_vtab_cursor*);
4786 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4787 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4964 ** KEYWORDS: sqlite3_vtab_cursor {virtua
4979 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c5303 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5333 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5334 int (*xClose)(sqlite3_vtab_cursor*);
5335 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5337 int (*xNext)(sqlite3_vtab_cursor*);
5338 int (*xEof)(sqlite3_vtab_cursor*);
5339 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5340 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5517 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5532 struct sqlite3_vtab_cursor { struct
[all...]

Completed in 704 milliseconds