Home
last modified time | relevance | path

Searched refs:xmlXPathStepOp (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxpath.c916 typedef struct _xmlXPathStepOp xmlXPathStepOp; typedef
917 typedef xmlXPathStepOp *xmlXPathStepOpPtr;
934 xmlXPathStepOp *steps; /* ops for computation of this expression */
991 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep * in xmlXPathNewCompExpr()
992 sizeof(xmlXPathStepOp)); in xmlXPathNewCompExpr()
998 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp)); in xmlXPathNewCompExpr()
1083 xmlXPathStepOp *real; in xmlXPathCompExprAdd()
1090 real = (xmlXPathStepOp *) xmlRealloc(comp->steps, in xmlXPathCompExprAdd()
1091 comp->maxStep * sizeof(xmlXPathStepOp)); in xmlXPathCompExprAdd()
DChangeLog1856 introduced field @rewriteType on xmlXPathStepOp was not
2000 to xmlXPathStepOp for this (but the field's name should be