Searched defs:_xmlXPathCompExpr (Results 1 – 2 of 2) sorted by relevance
966 struct _xmlXPathCompExpr { struct967 int nbStep; /* Number of steps in this expression */968 int maxStep; /* Maximum number of steps allocated */969 xmlXPathStepOp *steps; /* ops for computation of this expression */970 int last; /* index of last step in expression */971 xmlChar *expr; /* the expression being computed */972 xmlDictPtr dict; /* the dictionary to use if any */974 int nb;975 xmlChar *string;978 xmlPatternPtr stream;
959 struct _xmlXPathCompExpr { struct960 int nbStep; /* Number of steps in this expression */961 int maxStep; /* Maximum number of steps allocated */962 xmlXPathStepOp *steps; /* ops for computation of this expression */963 int last; /* index of last step in expression */964 xmlChar *expr; /* the expression being computed */965 xmlDictPtr dict; /* the dictionary to use if any */967 int nb;968 xmlChar *string;971 xmlPatternPtr stream;