Home | History | Annotate | Download | only in src

Lines Matching refs:unescaped

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