Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dpattern.c182 typedef struct _xmlStepOp xmlStepOp; typedef
183 typedef xmlStepOp *xmlStepOpPtr;
243 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()
383 sizeof(xmlStepOp)); in xmlPatternAdd()
454 sizeof(xmlStepOp)); in xmlReversePattern()
1610 xmlStepOp step; in xmlStreamCompile()
/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()