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

Function ap_ind

server/util.c:2392–2399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2390}
2391
2392AP_DECLARE(int) ap_ind(const char *s, char c)
2393{
2394 const char *p = ap_strchr_c(s, c);
2395
2396 if (p == NULL)
2397 return -1;
2398 return p - s;
2399}
2400
2401AP_DECLARE(int) ap_rind(const char *s, char c)
2402{

Callers 2

check_spelingFunction · 0.85
find_titleFunction · 0.85

Calls 1

ap_strchr_cFunction · 0.85

Tested by

no test coverage detected