Home | History | Annotate | Download | only in libxml2

Lines Matching full:eschref

547 	xmlChar *eschref;
552 eschref = xmlURIEscape(href);
553 URI = xmlBuildURI(eschref, escbase);
556 if (eschref != NULL)
557 xmlFree(eschref);
2047 xmlChar *eschref;
2052 eschref = xmlURIEscape(href);
2053 URI = xmlBuildURI(eschref, escbase);
2056 if (eschref != NULL)
2057 xmlFree(eschref);