| 2003 | } |
| 2004 | |
| 2005 | AP_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 |
nothing calls this directly
no test coverage detected