Home
last modified time | relevance | path

Searched defs:_xmlXPathCompExpr (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxpath.c839 struct _xmlXPathCompExpr { struct
840 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;
/external/cronet/third_party/libxml/src/
Dxpath.c968 struct _xmlXPathCompExpr { struct
969 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;