MCPcopy 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
73AP_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_keyFunction · 0.85
find_ctFunction · 0.85
add_authz_sectionFunction · 0.85
authaliassectionFunction · 0.85
construct_keyFunction · 0.85
md_config_sec_startFunction · 0.85
get_lines_till_end_tokenFunction · 0.85
macro_sectionFunction · 0.85
proxysectionFunction · 0.85
set_expiresbytypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected