Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ md_curl_get_impl
Function
md_curl_get_impl
modules/md/md_curl.c:660–666 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
658
};
659
660
md_http_impl_t * md_curl_get_impl(apr_pool_t *p)
661
{
662
/* trigger early global curl init, before we are down a rabbit hole */
663
(void)p;
664
md_curl_init();
665
return &impl;
666
}
Callers
1
md_post_config_after_ssl
Function · 0.85
Calls
1
md_curl_init
Function · 0.85
Tested by
no test coverage detected