Lines Matching refs:xmlStreamCompPtr
96 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()
1574 xmlStreamCompPtr stream; in xmlStreamCompile()
1755 xmlNewStreamCtxt(xmlStreamCompPtr stream) { in xmlNewStreamCtxt()
1857 xmlStreamCompPtr comp; in xmlStreamPushInternal()