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

/vbox/src/libs/libxml2-2.6.31/
H A Dxinclude.c550 xmlChar *escbase; local
555 escbase = xmlURIEscape(base);
557 URI = xmlBuildURI(eschref, escbase);
558 if (escbase != NULL)
559 xmlFree(escbase);
2035 xmlChar *escbase; local
2040 escbase = xmlURIEscape(base);
2042 URI = xmlBuildURI(eschref, escbase);
2043 if (escbase != NULL)
2044 xmlFree(escbase);
[all...]

Completed in 48 milliseconds