Lines Matching refs:xmlStepOpPtr
151 typedef xmlStepOp *xmlStepOpPtr;
169 xmlStepOpPtr steps; /* ops for computation */
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
229 xmlStepOpPtr op;
348 xmlStepOpPtr temp;
349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
419 xmlStepOpPtr temp;
420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 *
496 xmlStepOpPtr step;