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

Function ap_unescape_url

server/util.c:1939–1943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1937 }
1938}
1939AP_DECLARE(int) ap_unescape_url(char *url)
1940{
1941 /* Traditional */
1942 return unescape_url(url, AP_SLASHES, NULL, 0);
1943}
1944AP_DECLARE(int) ap_unescape_url_keep2f(char *url, int decode_slashes)
1945{
1946 /* AllowEncodedSlashes (corrected) */

Callers 15

dav_process_if_headerFunction · 0.85
split_argvFunction · 0.85
copy_uri_componentsFunction · 0.85
authenticate_digest_userFunction · 0.85
push2tableFunction · 0.85
uwsgi_handlerFunction · 0.85
argstr_to_tableFunction · 0.85
rewrite_mapfunc_unescapeFunction · 0.85
index_directoryFunction · 0.85
create_argvFunction · 0.85
add_ssi_varsFunction · 0.85
add_ssi_varsFunction · 0.85

Calls 1

unescape_urlFunction · 0.85

Tested by

no test coverage detected