Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h370 struct _xmlXPathParserContext { struct
371 const xmlChar *cur; /* the current char being parsed */
372 const xmlChar *base; /* the full expression */
374 int error; /* error code */
376 xmlXPathContextPtr context; /* the evaluation context */
377 xmlXPathObjectPtr value; /* the current value */
378 int valueNr; /* number of values stacked */
379 int valueMax; /* max number of values stacked */
380 xmlXPathObjectPtr *valueTab; /* stack of values */
382 xmlXPathCompExprPtr comp; /* the precompiled expression */
[all …]
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxpath.h368 struct _xmlXPathParserContext { struct
369 const xmlChar *cur; /* the current char being parsed */
370 const xmlChar *base; /* the full expression */
372 int error; /* error code */
374 xmlXPathContextPtr context; /* the evaluation context */
375 xmlXPathObjectPtr value; /* the current value */
376 int valueNr; /* number of values stacked */
377 int valueMax; /* max number of values stacked */
378 xmlXPathObjectPtr *valueTab; /* stack of values */
380 xmlXPathCompExprPtr comp; /* the precompiled expression */
[all …]