Searched defs:_xmlXPathParserContext (Results 1 – 2 of 2) sorted by relevance
399 struct _xmlXPathParserContext { struct400 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 …]
377 struct _xmlXPathParserContext { struct378 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 …]