Home | History | Annotate | Download | only in libxml2

Lines Matching refs:eschref

547 	xmlChar *eschref;
552 eschref = xmlURIEscape(href);
553 URI = xmlBuildURI(eschref, escbase);
556 if (eschref != NULL)
557 xmlFree(eschref);
2053 xmlChar *eschref;
2058 eschref = xmlURIEscape(href);
2059 URI = xmlBuildURI(eschref, escbase);
2062 if (eschref != NULL)
2063 xmlFree(eschref);