Home
last modified time | relevance | path

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

/third_party/libxml2/
Dpattern.c153 typedef struct _xmlStepOp xmlStepOp; typedef
154 typedef xmlStepOp *xmlStepOpPtr;
214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()
357 sizeof(xmlStepOp)); in xmlPatternAdd()
428 sizeof(xmlStepOp)); in xmlReversePattern()
1584 xmlStepOp step; in xmlStreamCompile()