Searched refs:xmlStreamCompPtr (Results 1 – 1 of 1) sorted by relevance
96 typedef xmlStreamComp *xmlStreamCompPtr; typedef107 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 xmlStreamCompPtr1488 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 …]