XMOD Struct Reference


Detailed Description

Structure holding per module/database data.

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.
XDOCdocs
 Array of modules's DOCs.

Field Documentation

Reference counter.

Definition at line 59 of file xpath.c.

Referenced by xpath_fini(), and xpath_init().

sqlite3_mutex* XMOD::mutex

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().

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().

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().

Array of modules's DOCs.

Definition at line 63 of file xpath.c.

Referenced by xpath_disconnect(), xpath_fini(), xpath_func_common(), xpath_func_dump(), xpath_init(), xpath_update(), and xpath_vfunc_common().


The documentation for this struct was generated from the following file:

Generated on 9 Dec 2016 by doxygen.
Contact: chw@ch-werner.de