Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dpattern.c150 typedef struct _xmlStepOp xmlStepOp; typedef
151 typedef xmlStepOp *xmlStepOpPtr;
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()
350 sizeof(xmlStepOp)); in xmlPatternAdd()
421 sizeof(xmlStepOp)); in xmlReversePattern()
1576 xmlStepOp step; in xmlStreamCompile()
/external/libxml2/
Dpattern.c153 typedef struct _xmlStepOp xmlStepOp; typedef
154 typedef xmlStepOp *xmlStepOpPtr;
214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()
354 sizeof(xmlStepOp)); in xmlPatternAdd()
425 sizeof(xmlStepOp)); in xmlReversePattern()
1580 xmlStepOp step; in xmlStreamCompile()