Home
last modified time | relevance | path

Searched defs:_xmlXPathContext (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/include/libxml/
Dxpath.h290 struct _xmlXPathContext { struct
291 xmlDocPtr doc; /* The current document */
292 xmlNodePtr node; /* The current node */
294 int nb_variables_unused; /* unused (hash table) */
295 int max_variables_unused; /* unused (hash table) */
296 xmlHashTablePtr varHash; /* Hash table of defined variables */
298 int nb_types; /* number of defined types */
299 int max_types; /* max number of types */
300 xmlXPathTypePtr types; /* Array of defined types */
302 int nb_funcs_unused; /* unused (hash table) */
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.in.h317 struct _xmlXPathContext { struct
318 xmlDocPtr doc; /* The current document */
319 xmlNodePtr node; /* The current node */
321 int nb_variables_unused; /* unused (hash table) */
322 int max_variables_unused; /* unused (hash table) */
323 xmlHashTablePtr varHash; /* Hash table of defined variables */
325 int nb_types; /* number of defined types */
326 int max_types; /* max number of types */
327 xmlXPathTypePtr types; /* Array of defined types */
329 int nb_funcs_unused; /* unused (hash table) */
[all …]