Searched defs:_xmlXPathParserContext (Results 1 – 2 of 2) sorted by relevance
380 struct _xmlXPathParserContext { struct381 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 …]
387 struct _xmlXPathParserContext { struct388 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 …]