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

Function md_pkeys_spec_is_empty

modules/md/md_crypt.c:563–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563int md_pkeys_spec_is_empty(const md_pkeys_spec_t *pks)
564{
565 return NULL == pks || 0 == pks->specs->nelts;
566}
567
568md_pkeys_spec_t *md_pkeys_spec_clone(apr_pool_t *p, const md_pkeys_spec_t *pks)
569{

Callers 5

md_pkeys_spec_countFunction · 0.85
md_pkeys_spec_getFunction · 0.85
md_config_mergeFunction · 0.85
merge_srv_configFunction · 0.85
md_to_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected