Definition at line 109 of file xpath.c.
Data Fields | |
sqlite3_vtab_cursor | cursor |
SQLite virtual table cursor. | |
int | pos |
Current index. | |
int | nexpr |
Number of XPath expr. | |
XEXP * | first |
First XPath expr. | |
XEXP * | last |
Last XPath expr. |
|
SQLite virtual table cursor.
Definition at line 110 of file xpath.c. Referenced by xpath_close(), xpath_column(), xpath_eof(), xpath_filter(), xpath_next(), xpath_open(), and xpath_rowid(). |
|
First XPath expr.
Definition at line 113 of file xpath.c. Referenced by xpath_close(), xpath_next(), xpath_open(), and xpath_vfunc_common(). |
|
Last XPath expr.
Definition at line 114 of file xpath.c. Referenced by xpath_open(), and xpath_vfunc_common(). |
|
Number of XPath expr.
Definition at line 112 of file xpath.c. Referenced by xpath_next(), xpath_open(), and xpath_vfunc_common(). |
|
Current index.
Definition at line 111 of file xpath.c. Referenced by xpath_column(), xpath_eof(), xpath_filter(), xpath_next(), xpath_open(), xpath_rowid(), and xpath_vfunc_common(). |