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

Function job_loadj

modules/md/md_ocsp.c:994–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992}
993
994static apr_status_t job_loadj(md_json_t **pjson, const char *name,
995 md_ocsp_reg_t *reg, apr_pool_t *p)
996{
997 return md_store_load_json(reg->store, MD_SG_OCSP, name, MD_FN_JOB, pjson, p);
998}
999
1000typedef struct {
1001 apr_pool_t *p;

Callers 1

mk_jstatFunction · 0.70

Calls 1

md_store_load_jsonFunction · 0.85

Tested by

no test coverage detected