Searched refs:xmlXPathStepOp (Results 1 – 2 of 2) sorted by relevance
916 typedef struct _xmlXPathStepOp xmlXPathStepOp; typedef917 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()
1856 introduced field @rewriteType on xmlXPathStepOp was not2000 to xmlXPathStepOp for this (but the field's name should be