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

Function md_http_multi_perform

modules/md/md_http.c:284–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284apr_status_t md_http_multi_perform(md_http_t *http, md_http_next_req *nextreq, void *baton)
285{
286 nextreq_proxy_t proxy;
287
288 proxy.nextreq = nextreq;
289 proxy.baton = baton;
290 return http->impl->multi_perform(http, http->pool, proxy_nextreq, &proxy);
291}
292
293apr_status_t md_http_GET_create(md_http_request_t **preq, md_http_t *http, const char *url,
294 struct apr_table_t *headers)

Callers 1

md_ocsp_renewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected