Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_strrchr
Function
ap_strrchr
server/util_debug.c:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
#endif
62
63
AP_DECLARE(char *) ap_strrchr(char *s, int c)
64
{
65
return strrchr(s,c);
66
}
67
68
#if defined(ap_strrchr_c)
69
#undef ap_strrchr_c
Callers
4
proxy_fcgi_canon
Function · 0.85
splitout_queryargs
Function · 0.85
check_gzip
Function · 0.85
set_loglevel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected