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

Function md_section_check

modules/md/mod_md_config.c:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312static const char *md_section_check(cmd_parms *cmd) {
313 if (!inside_md_section(cmd)) {
314 return apr_pstrcat(cmd->pool, cmd->cmd->name, " is only valid inside a '",
315 MD_CMD_MD_SECTION, "' context, not here", NULL);
316 }
317 return NULL;
318}
319
320#define MD_LOC_GLOBAL (0x01)
321#define MD_LOC_MD (0x02)

Callers 2

md_conf_check_locationFunction · 0.85

Calls 1

inside_md_sectionFunction · 0.85

Tested by

no test coverage detected