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

Function ap_no2slash

server/util.c:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640AP_DECLARE(void) ap_no2slash(char *name)
641{
642 ap_no2slash_ex(name, 1);
643}
644
645/*
646 * copy at most n leading directories of s into d

Callers 1

ap_location_walkFunction · 0.85

Calls 1

ap_no2slash_exFunction · 0.85

Tested by

no test coverage detected