Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.in.h399 struct _xmlXPathParserContext { struct
400 const xmlChar *cur; /* the current char being parsed */
401 const xmlChar *base; /* the full expression */
403 int error; /* error code */
405 xmlXPathContextPtr context; /* the evaluation context */
406 xmlXPathObjectPtr value; /* the current value */
407 int valueNr; /* number of values stacked */
408 int valueMax; /* max number of values stacked */
409 xmlXPathObjectPtr *valueTab; /* stack of values */
411 xmlXPathCompExprPtr comp; /* the precompiled expression */
[all …]
/third_party/libxml2/include/libxml/
Dxpath.h377 struct _xmlXPathParserContext { struct
378 const xmlChar *cur; /* the current char being parsed */
379 const xmlChar *base; /* the full expression */
381 int error; /* error code */
383 xmlXPathContextPtr context; /* the evaluation context */
384 xmlXPathObjectPtr value; /* the current value */
385 int valueNr; /* number of values stacked */
386 int valueMax; /* max number of values stacked */
387 xmlXPathObjectPtr *valueTab; /* stack of values */
389 xmlXPathCompExprPtr comp; /* the precompiled expression */
[all …]