Lines Matching refs:xmlXPathStepOp
636 typedef struct _xmlXPathStepOp xmlXPathStepOp;
637 typedef xmlXPathStepOp *xmlXPathStepOpPtr;
654 xmlXPathStepOp *steps; /* ops for computation of this expression */
709 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
710 sizeof(xmlXPathStepOp));
716 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
801 xmlXPathStepOp *real;
808 real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
809 comp->maxStep * sizeof(xmlXPathStepOp));
12584 * "parent" field on xmlXPathStepOp