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

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

Completed in 171 milliseconds