Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ md_config_get_unique
Function
md_config_get_unique
modules/md/mod_md_config.c:1454–1458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1452
}
1453
1454
md_srv_conf_t *md_config_get_unique(server_rec *s, apr_pool_t *p)
1455
{
1456
assert(p);
1457
return config_get_int(s, p);
1458
}
1459
1460
md_srv_conf_t *md_config_cget(conn_rec *c)
1461
{
Callers
1
link_md_to_servers
Function · 0.85
Calls
1
config_get_int
Function · 0.85
Tested by
no test coverage detected