Home | History | Annotate | Download | only in libxml2

Lines Matching defs:unescaped

941  * Wrapper around xmlFileOpen_real that try it with an unescaped
948 char *unescaped;
953 unescaped = xmlURIUnescapeString(filename, 0, NULL);
954 if (unescaped != NULL) {
955 retval = xmlFileOpen_real(unescaped);
956 xmlFree(unescaped);
1203 char *unescaped;
1208 unescaped = xmlURIUnescapeString(filename, 0, NULL);
1209 if (unescaped != NULL) {
1210 retval = xmlGzfileOpen_real(unescaped);
1212 xmlFree(unescaped);
1385 * Wrapper around xmlXzfileOpen_real that try it with an unescaped
1392 char *unescaped;
1397 unescaped = xmlURIUnescapeString(filename, 0, NULL);
1398 if (unescaped != NULL) {
1399 retval = xmlXzfileOpen_real(unescaped);
1401 xmlFree(unescaped);
2709 char *unescaped = NULL;
2731 unescaped = xmlURIUnescapeString(URI, 0, NULL);
2738 * try with an unescaped version of the URI
2740 if (unescaped != NULL) {
2743 context = xmlGzfileOpenW(unescaped, compression);
2751 xmlFree(unescaped);
2758 (xmlOutputCallbackTable[i].matchcallback(unescaped) != 0)) {
2762 context = xmlIOHTTPOpenW(unescaped, compression);
2765 context = xmlOutputCallbackTable[i].opencallback(unescaped);
2770 xmlFree(unescaped);
3495 * @in: a pointer to an array of unescaped UTF-8 bytes