Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dpattern.c95 typedef struct _xmlStreamComp xmlStreamComp; typedef
96 typedef xmlStreamComp *xmlStreamCompPtr;
1493 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp)); in xmlNewStreamComp()
1499 memset(cur, 0, sizeof(xmlStreamComp)); in xmlNewStreamComp()
/external/libxml2/
Dpattern.c98 typedef struct _xmlStreamComp xmlStreamComp; typedef
99 typedef xmlStreamComp *xmlStreamCompPtr;
1497 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp)); in xmlNewStreamComp()
1503 memset(cur, 0, sizeof(xmlStreamComp)); in xmlNewStreamComp()