Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c96 typedef xmlStreamComp *xmlStreamCompPtr; typedef
107 xmlStreamCompPtr comp; /* the compiled stream */
116 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
170 xmlStreamCompPtr stream; /* the streaming data if any */
1424 xmlDebugStreamComp(xmlStreamCompPtr stream) { in xmlDebugStreamComp()
1486 static xmlStreamCompPtr
1488 xmlStreamCompPtr cur; in xmlNewStreamComp()
1493 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp)); in xmlNewStreamComp()
1519 xmlFreeStreamComp(xmlStreamCompPtr comp) { in xmlFreeStreamComp()
1541 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, in xmlStreamCompAddStep()
[all …]