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

Function ap_rind

server/util.c:2401–2408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399}
2400
2401AP_DECLARE(int) ap_rind(const char *s, char c)
2402{
2403 const char *p = ap_strrchr_c(s, c);
2404
2405 if (p == NULL)
2406 return -1;
2407 return p - s;
2408}
2409
2410AP_DECLARE(void) ap_str_tolower(char *str)
2411{

Callers 1

check_spelingFunction · 0.85

Calls 1

ap_strrchr_cFunction · 0.85

Tested by

no test coverage detected