Searched defs:currentNode (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c3807 xmlChar *currentNode; local
3811 currentNode = xmlStrdup(ctxt->name);
3822 ((currentNode != NULL) || (ctxt->nameNr == 0))) {
3823 if (currentNode != NULL)
3824 xmlFree(currentNode);
3842 if (currentNode != NULL)
3843 xmlFree(currentNode);
3860 (!xmlStrEqual(currentNode, ctxt->name)))
3862 if (currentNode != NULL) xmlFree(currentNode);
3973 xmlChar *currentNode = NULL; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 68 milliseconds