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

Function md_http_set_impl_data

modules/md/md_http.c:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void md_http_set_impl_data(md_http_t *http, void *data)
115{
116 http->impl_data = data;
117}
118
119void *md_http_get_impl_data(md_http_t *http)
120{

Callers 2

md_curl_req_cleanupFunction · 0.85
md_curl_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected