Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStreamCompPtr

96 typedef xmlStreamComp *xmlStreamCompPtr;
107 xmlStreamCompPtr comp; /* the compiled stream */
116 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
170 xmlStreamCompPtr stream; /* the streaming data if any */
1424 xmlDebugStreamComp(xmlStreamCompPtr stream) {
1486 static xmlStreamCompPtr
1488 xmlStreamCompPtr cur;
1493 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp));
1519 xmlFreeStreamComp(xmlStreamCompPtr comp) {
1541 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name,
1574 xmlStreamCompPtr stream;
1755 xmlNewStreamCtxt(xmlStreamCompPtr stream) {
1857 xmlStreamCompPtr comp;