Lines Matching refs:escbase
546 xmlChar *escbase;551 escbase = xmlURIEscape(base);553 URI = xmlBuildURI(eschref, escbase);554 if (escbase != NULL)555 xmlFree(escbase);2052 xmlChar *escbase;2057 escbase = xmlURIEscape(base);2059 URI = xmlBuildURI(eschref, escbase);2060 if (escbase != NULL)2061 xmlFree(escbase);