Searched refs:xmlStreamCompPtr (Results 1 – 1 of 1) sorted by relevance
99 typedef xmlStreamComp *xmlStreamCompPtr; typedef110 xmlStreamCompPtr comp; /* the compiled stream */119 static void xmlFreeStreamComp(xmlStreamCompPtr comp);173 xmlStreamCompPtr stream; /* the streaming data if any */1428 xmlDebugStreamComp(xmlStreamCompPtr stream) { in xmlDebugStreamComp()1490 static xmlStreamCompPtr1492 xmlStreamCompPtr cur; in xmlNewStreamComp()1497 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp)); in xmlNewStreamComp()1523 xmlFreeStreamComp(xmlStreamCompPtr comp) { in xmlFreeStreamComp()1545 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, in xmlStreamCompAddStep()[all …]