Searched defs:sqlite3_vtab_cursor (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4566 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4596 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4597 int (*xClose)(sqlite3_vtab_cursor*);
4598 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4600 int (*xNext)(sqlite3_vtab_cursor*);
4601 int (*xEof)(sqlite3_vtab_cursor*);
4602 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4603 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
4790 ** KEYWORDS: sqlite3_vtab_cursor {virtua
4805 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c5109 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5139 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5140 int (*xClose)(sqlite3_vtab_cursor*);
5141 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5143 int (*xNext)(sqlite3_vtab_cursor*);
5144 int (*xEof)(sqlite3_vtab_cursor*);
5145 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5146 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5333 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5348 struct sqlite3_vtab_cursor { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4929 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4960 int (*xClose)(sqlite3_vtab_cursor*);
4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4963 int (*xNext)(sqlite3_vtab_cursor*);
4964 int (*xEof)(sqlite3_vtab_cursor*);
4965 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4966 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5143 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5158 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c5479 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5510 int (*xClose)(sqlite3_vtab_cursor*);
5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5513 int (*xNext)(sqlite3_vtab_cursor*);
5514 int (*xEof)(sqlite3_vtab_cursor*);
5515 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5516 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5693 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5708 struct sqlite3_vtab_cursor { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4929 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4960 int (*xClose)(sqlite3_vtab_cursor*);
4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4963 int (*xNext)(sqlite3_vtab_cursor*);
4964 int (*xEof)(sqlite3_vtab_cursor*);
4965 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
4966 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5143 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5158 struct sqlite3_vtab_cursor { struct
[all...]
H A Dsqlite3.c5479 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef in typeref:struct:sqlite3_vtab_cursor
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5510 int (*xClose)(sqlite3_vtab_cursor*);
5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5513 int (*xNext)(sqlite3_vtab_cursor*);
5514 int (*xEof)(sqlite3_vtab_cursor*);
5515 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);
5516 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
5693 ** KEYWORDS: sqlite3_vtab_cursor {virtua
5708 struct sqlite3_vtab_cursor { struct
[all...]

Completed in 927 milliseconds