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

Function ap_if_walk

server/request.c:1992–1997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1990}
1991
1992AP_DECLARE(int) ap_if_walk(request_rec *r)
1993{
1994 core_dir_config *dconf = ap_get_core_module_config(r->per_dir_config);
1995 int status = ap_if_walk_sub(r, dconf);
1996 return status;
1997}
1998
1999/*****************************************************************
2000 *

Callers 2

walk_location_and_ifFunction · 0.85
http_request.hFile · 0.85

Calls 2

ap_if_walk_subFunction · 0.85

Tested by

no test coverage detected