Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h380 struct _xmlXPathParserContext { struct
381 const xmlChar *cur; /* the current char being parsed */
382 const xmlChar *base; /* the full expression */
384 int error; /* error code */
386 xmlXPathContextPtr context; /* the evaluation context */
387 xmlXPathObjectPtr value; /* the current value */
388 int valueNr; /* number of values stacked */
389 int valueMax; /* max number of values stacked */
390 xmlXPathObjectPtr *valueTab; /* stack of values */
392 xmlXPathCompExprPtr comp; /* the precompiled expression */
[all …]
/external/cronet/third_party/libxml/src/include/libxml/
Dxpath.h387 struct _xmlXPathParserContext { struct
388 const xmlChar *cur; /* the current char being parsed */
389 const xmlChar *base; /* the full expression */
391 int error; /* error code */
393 xmlXPathContextPtr context; /* the evaluation context */
394 xmlXPathObjectPtr value; /* the current value */
395 int valueNr; /* number of values stacked */
396 int valueMax; /* max number of values stacked */
397 xmlXPathObjectPtr *valueTab; /* stack of values */
399 xmlXPathCompExprPtr comp; /* the precompiled expression */
[all …]