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

Function md_http_get_impl_data

modules/md/md_http.c:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void *md_http_get_impl_data(md_http_t *http)
120{
121 return http->impl_data;
122}
123
124void md_http_set_response_limit(md_http_t *http, apr_off_t resp_limit)
125{

Callers 3

internals_setupFunction · 0.85
md_curl_req_cleanupFunction · 0.85
md_curl_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected