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

Function acme_driver_preload

modules/md/md_acme_drive.c:1077–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077static apr_status_t acme_driver_preload(md_proto_driver_t *d,
1078 md_store_group_t group, md_result_t *result)
1079{
1080 apr_status_t rv;
1081
1082 rv = acme_preload(d, group, d->md->name, result);
1083 md_result_log(result, MD_LOG_DEBUG);
1084 return rv;
1085}
1086
1087static apr_status_t acme_complete_md(md_t *md, apr_pool_t *p)
1088{

Callers

nothing calls this directly

Calls 2

acme_preloadFunction · 0.85
md_result_logFunction · 0.85

Tested by

no test coverage detected