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

Function ap_find_module_short_name

server/config.c:823–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823AP_DECLARE(const char *) ap_find_module_short_name(int module_index)
824{
825 if (module_index < 0 || module_index >= conf_vector_length)
826 return NULL;
827 return ap_module_short_names[module_index];
828}
829
830AP_DECLARE(module *) ap_find_linked_module(const char *name)
831{

Callers 1

log_module_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected