Lines Matching refs:unescaped
887 * Wrapper around xmlFileOpen_real that try it with an unescaped
894 char *unescaped;
899 unescaped = xmlURIUnescapeString(filename, 0, NULL);
900 if (unescaped != NULL) {
901 retval = xmlFileOpen_real(unescaped);
902 xmlFree(unescaped);
1145 char *unescaped;
1150 unescaped = xmlURIUnescapeString(filename, 0, NULL);
1151 if (unescaped != NULL) {
1152 retval = xmlGzfileOpen_real(unescaped);
1154 xmlFree(unescaped);
2458 char *unescaped = NULL;
2480 unescaped = xmlURIUnescapeString(URI, 0, NULL);
2487 * try with an unescaped version of the URI
2489 if (unescaped != NULL) {
2492 context = xmlGzfileOpenW(unescaped, compression);
2500 xmlFree(unescaped);
2507 (xmlOutputCallbackTable[i].matchcallback(unescaped) != 0)) {
2511 context = xmlIOHTTPOpenW(unescaped, compression);
2514 context = xmlOutputCallbackTable[i].opencallback(unescaped);
2519 xmlFree(unescaped);
3219 * @in: a pointer to an array of unescaped UTF-8 bytes