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

Function ap_unescape_all

server/util.c:2005–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2003}
2004
2005AP_DECLARE(int) ap_unescape_all(char *url)
2006{
2007 return unescape_url(url, NULL, NULL, 0);
2008}
2009
2010/* c2x takes an unsigned, and expects the caller has guaranteed that
2011 * 0 <= what < 256... which usually means that you have to cast to

Callers

nothing calls this directly

Calls 1

unescape_urlFunction · 0.85

Tested by

no test coverage detected