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

Function md_http_use_implementation

modules/md/md_http.c:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42static int cur_init_done;
43
44void md_http_use_implementation(md_http_impl_t *impl)
45{
46 if (cur_impl != impl) {
47 cur_impl = impl;
48 cur_init_done = 0;
49 }
50}
51
52static apr_status_t http_cleanup(void *data)
53{

Callers 1

md_post_config_after_sslFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected