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

/external/chromium_org/third_party/libxml/src/
H A Dxinclude.c546 xmlChar *escbase; local
551 escbase = xmlURIEscape(base);
553 URI = xmlBuildURI(eschref, escbase);
554 if (escbase != NULL)
555 xmlFree(escbase);
2052 xmlChar *escbase; local
2057 escbase = xmlURIEscape(base);
2059 URI = xmlBuildURI(eschref, escbase);
2060 if (escbase != NULL)
2061 xmlFree(escbase);
[all...]
/external/libxml2/
H A Dxinclude.c547 xmlChar *escbase; local
552 escbase = xmlURIEscape(base);
554 URI = xmlBuildURI(eschref, escbase);
555 if (escbase != NULL)
556 xmlFree(escbase);
2081 xmlChar *escbase; local
2086 escbase = xmlURIEscape(base);
2088 URI = xmlBuildURI(eschref, escbase);
2089 if (escbase != NULL)
2090 xmlFree(escbase);
[all...]

Completed in 34 milliseconds