Searched refs:xmlStepOpPtr (Results 1 – 2 of 2) sorted by relevance
151 typedef xmlStepOp *xmlStepOpPtr; typedef169 xmlStepOpPtr steps; /* ops for computation */211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()229 xmlStepOpPtr op; in xmlFreePattern()348 xmlStepOpPtr temp; in xmlPatternAdd()349 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd()419 xmlStepOpPtr temp; in xmlReversePattern()420 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlReversePattern()496 xmlStepOpPtr step; in xmlPatMatch()
154 typedef xmlStepOp *xmlStepOpPtr; typedef172 xmlStepOpPtr steps; /* ops for computation */214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()232 xmlStepOpPtr op; in xmlFreePattern()352 xmlStepOpPtr temp; in xmlPatternAdd()353 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd()423 xmlStepOpPtr temp; in xmlReversePattern()424 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlReversePattern()500 xmlStepOpPtr step; in xmlPatMatch()