Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c99 typedef xmlStreamComp *xmlStreamCompPtr; typedef
110 xmlStreamCompPtr comp; /* the compiled stream */
119 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
173 xmlStreamCompPtr stream; /* the streaming data if any */
1429 xmlDebugStreamComp(xmlStreamCompPtr stream) { in xmlDebugStreamComp()
1491 static xmlStreamCompPtr
1493 xmlStreamCompPtr cur; in xmlNewStreamComp()
1498 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp)); in xmlNewStreamComp()
1524 xmlFreeStreamComp(xmlStreamCompPtr comp) { in xmlFreeStreamComp()
1546 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, in xmlStreamCompAddStep()
[all …]