Searched refs:xmlStepOpPtr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c151 typedef xmlStepOp *xmlStepOpPtr; typedef
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;

Completed in 66 milliseconds