MCPcopy Create free account
hub / github.com/apache/httpd / ap_unescape_url_ex

Function ap_unescape_url_ex

server/util.c:1955–1958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1953 }
1954}
1955AP_DECLARE(int) ap_unescape_url_ex(char *url, unsigned int flags)
1956{
1957 return unescape_url(url, NULL, NULL, flags);
1958}
1959
1960#ifdef NEW_APIS
1961/* IFDEF these out until they've been thought through.

Callers 1

Calls 1

unescape_urlFunction · 0.85

Tested by

no test coverage detected