Searched defs:_xmlXPathCompExpr (Results 1 – 2 of 2) sorted by relevance
651 struct _xmlXPathCompExpr { struct652 int nbStep; /* Number of steps in this expression */653 int maxStep; /* Maximum number of steps allocated */654 xmlXPathStepOp *steps; /* ops for computation of this expression */655 int last; /* index of last step in expression */656 xmlChar *expr; /* the expression being computed */657 xmlDictPtr dict; /* the dictionnary to use if any */659 int nb;660 xmlChar *string;663 xmlPatternPtr stream;
573 struct _xmlXPathCompExpr { struct574 int nbStep; /* Number of steps in this expression */575 int maxStep; /* Maximum number of steps allocated */576 xmlXPathStepOp *steps; /* ops for computation of this expression */577 int last; /* index of last step in expression */578 xmlChar *expr; /* the expression being computed */579 xmlDictPtr dict; /* the dictionnary to use if any */581 int nb;582 xmlChar *string;585 xmlPatternPtr stream;