Searched defs:_xmlXPathCompExpr (Results 1 – 2 of 2) sorted by relevance
839 struct _xmlXPathCompExpr { struct840 int nbStep; /* Number of steps in this expression */841 int maxStep; /* Maximum number of steps allocated */842 xmlXPathStepOp *steps; /* ops for computation of this expression */843 int last; /* index of last step in expression */844 xmlChar *expr; /* the expression being computed */845 xmlDictPtr dict; /* the dictionary to use if any */847 xmlPatternPtr stream;
968 struct _xmlXPathCompExpr { struct969 int nbStep; /* Number of steps in this expression */970 int maxStep; /* Maximum number of steps allocated */971 xmlXPathStepOp *steps; /* ops for computation of this expression */972 int last; /* index of last step in expression */973 xmlChar *expr; /* the expression being computed */974 xmlDictPtr dict; /* the dictionary to use if any */976 xmlPatternPtr stream;