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

Function md_status_get_md_json

modules/md/md_status.c:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315apr_status_t md_status_get_md_json(md_json_t **pjson, const md_t *md,
316 md_reg_t *reg, md_ocsp_reg_t *ocsp, apr_pool_t *p)
317{
318 return status_get_md_json(pjson, md, reg, ocsp, 1, p);
319}
320
321apr_status_t md_status_get_json(md_json_t **pjson, apr_array_header_t *mds,
322 md_reg_t *reg, md_ocsp_reg_t *ocsp, apr_pool_t *p)

Callers 2

md_http_cert_statusFunction · 0.85
md_status_handlerFunction · 0.85

Calls 1

status_get_md_jsonFunction · 0.85

Tested by

no test coverage detected