Home | History | Annotate | Download | only in libxml2

Lines Matching defs:unescaped

474     char *unescaped;
490 unescaped = xmlURIUnescapeString(URL, 0, NULL);
491 if (unescaped != NULL) {
492 xmlNanoFTPScanURL(ret, unescaped);
493 xmlFree(unescaped);