Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dpattern.c154 typedef xmlStepOp *xmlStepOpPtr; typedef
172 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()