Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c548 xmlChar *escbase; in xmlXIncludeAddNode() local
553 escbase = xmlURIEscape(base); in xmlXIncludeAddNode()
555 URI = xmlBuildURI(eschref, escbase); in xmlXIncludeAddNode()
556 if (escbase != NULL) in xmlXIncludeAddNode()
557 xmlFree(escbase); in xmlXIncludeAddNode()
2082 xmlChar *escbase; in xmlXIncludeLoadNode() local
2087 escbase = xmlURIEscape(base); in xmlXIncludeLoadNode()
2089 URI = xmlBuildURI(eschref, escbase); in xmlXIncludeLoadNode()
2090 if (escbase != NULL) in xmlXIncludeLoadNode()
2091 xmlFree(escbase); in xmlXIncludeLoadNode()