HomeSort by relevance Sort by last modified time
    Searched refs:xmlURIUnescapeString (Results 1 - 5 of 5) sorted by null

  /external/libxml2/include/libxml/
uri.h 77 xmlURIUnescapeString (const char *str,
  /external/libxml2/
xmlIO.c 902 unescaped = xmlURIUnescapeString(filename, 0, NULL);
1153 unescaped = xmlURIUnescapeString(filename, 0, NULL);
    [all...]
uri.c 232 uri->fragment = xmlURIUnescapeString(*str, cur - *str, NULL);
268 uri->query = xmlURIUnescapeString(*str, cur - *str, NULL);
339 uri->user = xmlURIUnescapeString(*str, cur - *str, NULL);
455 uri->server = xmlURIUnescapeString(host, cur - host, NULL);
564 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
606 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
644 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
682 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
    [all...]
nanoftp.c 489 unescaped = xmlURIUnescapeString(URL, 0, NULL);
    [all...]
elfgcchack.h     [all...]

Completed in 19 milliseconds