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

Function inside_md_section

modules/md/mod_md_config.c:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308static int inside_md_section(cmd_parms *cmd) {
309 return (inside_section(cmd, MD_CMD_MD_SECTION) || inside_section(cmd, MD_CMD_MD2_SECTION));
310}
311
312static const char *md_section_check(cmd_parms *cmd) {
313 if (!inside_md_section(cmd)) {

Callers 3

md_section_checkFunction · 0.85
md_conf_check_locationFunction · 0.85
md_config_set_dns01_cmdFunction · 0.85

Calls 1

inside_sectionFunction · 0.85

Tested by

no test coverage detected