Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_strrchr_c
Function
ap_strrchr_c
server/util_debug.c:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
#endif
72
73
AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c)
74
{
75
return strrchr(s,c);
76
}
77
78
#if defined(ap_strstr)
79
#undef ap_strstr
Callers
15
cache_canonicalise_key
Function · 0.85
find_ct
Function · 0.85
authz_require_alias_section
Function · 0.85
add_authz_section
Function · 0.85
authaliassection
Function · 0.85
construct_key
Function · 0.85
md_config_sec_start
Function · 0.85
get_lines_till_end_token
Function · 0.85
macro_section
Function · 0.85
proxysection
Function · 0.85
set_expiresbytype
Function · 0.85
ssl_var_lookup_ssl_cert_dn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected