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

Function md_config_set_ari

modules/md/mod_md_config.c:659–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659static const char *md_config_set_ari(cmd_parms *cmd, void *dc, const char *value)
660{
661 md_srv_conf_t *config = md_config_get(cmd->server);
662 const char *err;
663
664 (void)dc;
665 if ((err = md_conf_check_location(cmd, MD_LOC_ALL))) {
666 return err;
667 }
668 return set_on_off(&config->ari_renewals, value, cmd->pool);
669}
670
671static const char *md_config_set_base_server(cmd_parms *cmd, void *dc, const char *value)
672{

Callers

nothing calls this directly

Calls 3

md_config_getFunction · 0.85
md_conf_check_locationFunction · 0.85
set_on_offFunction · 0.85

Tested by

no test coverage detected