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

Function ostat_req_cleanup

modules/md/md_ocsp.c:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145static void ostat_req_cleanup(md_ocsp_status_t *ostat)
146{
147 if (ostat->ocsp_req) {
148 OCSP_REQUEST_free(ostat->ocsp_req);
149 ostat->ocsp_req = NULL;
150 }
151 md_data_clear(&ostat->req_der);
152}
153
154static int ostat_cleanup(void *ctx, const void *key, apr_ssize_t klen, const void *val)
155{

Callers 2

ostat_cleanupFunction · 0.85
ostat_on_req_statusFunction · 0.85

Calls 1

md_data_clearFunction · 0.85

Tested by

no test coverage detected