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()
2084 xmlChar *escbase; in xmlXIncludeLoadNode() local
2089 escbase = xmlURIEscape(base); in xmlXIncludeLoadNode()
2091 URI = xmlBuildURI(eschref, escbase); in xmlXIncludeLoadNode()
2092 if (escbase != NULL) in xmlXIncludeLoadNode()
2093 xmlFree(escbase); in xmlXIncludeLoadNode()