Definition at line 58 of file xpath.c.
Data Fields | |
int | refcnt |
Reference counter. | |
sqlite3_mutex * | mutex |
DOC table mutex. | |
int | sdoc |
Size of docs array. | |
int | ndoc |
Number of used entries in docs array. | |
XDOC * | docs |
Array of modules's DOCs. |
|
Array of modules's DOCs.
Definition at line 63 of file xpath.c. Referenced by xpath_column(), xpath_disconnect(), xpath_fini(), xpath_func_common(), xpath_func_dump(), xpath_init(), xpath_rowid(), xpath_update(), and xpath_vfunc_common(). |
|
DOC table mutex.
Definition at line 60 of file xpath.c. Referenced by xpath_disconnect(), xpath_fini(), xpath_func_common(), xpath_func_dump(), xpath_init(), and xpath_update(). |
|
Number of used entries in docs array.
Definition at line 62 of file xpath.c. Referenced by xpath_disconnect(), xpath_fini(), xpath_init(), and xpath_update(). |
|
Reference counter.
Definition at line 59 of file xpath.c. Referenced by xpath_fini(), and xpath_init(). |
|
Size of docs array.
Definition at line 61 of file xpath.c. Referenced by xpath_disconnect(), xpath_fini(), xpath_func_common(), xpath_func_dump(), xpath_init(), and xpath_update(). |