Home
last modified time | relevance | path

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

/external/libxml2/doc/examples/
Dxpath1.c148 xmlChar* nsListDup; in register_namespaces() local
156 nsListDup = xmlStrdup(nsList); in register_namespaces()
157 if(nsListDup == NULL) { in register_namespaces()
162 next = nsListDup; in register_namespaces()
173 xmlFree(nsListDup); in register_namespaces()
188 xmlFree(nsListDup); in register_namespaces()
193 xmlFree(nsListDup); in register_namespaces()
/external/libxml2/
DdebugXML.c2112 xmlChar* nsListDup; in xmlShellRegisterNamespace() local
2117 nsListDup = xmlStrdup((xmlChar *) arg); in xmlShellRegisterNamespace()
2118 next = nsListDup; in xmlShellRegisterNamespace()
2129 xmlFree(nsListDup); in xmlShellRegisterNamespace()
2144 xmlFree(nsListDup); in xmlShellRegisterNamespace()
2149 xmlFree(nsListDup); in xmlShellRegisterNamespace()