Searched refs:xmlStepOpPtr (Results 1 – 1 of 1) sorted by relevance
154 typedef xmlStepOp *xmlStepOpPtr; typedef172 xmlStepOpPtr steps; /* ops for computation */214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()237 xmlStepOpPtr op; in xmlFreePatternInternal()355 xmlStepOpPtr temp; in xmlPatternAdd()356 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd()426 xmlStepOpPtr temp; in xmlReversePattern()427 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlReversePattern()503 xmlStepOpPtr step; in xmlPatMatch()