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

Function md_domains_overlap

modules/md/md_core.c:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int md_domains_overlap(const md_t *md1, const md_t *md2)
62{
63 return md_common_name(md1, md2) != NULL;
64}
65
66apr_size_t md_common_name_count(const md_t *md1, const md_t *md2)
67{

Callers

nothing calls this directly

Calls 1

md_common_nameFunction · 0.85

Tested by

no test coverage detected