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

Function spec_from_json

modules/md/md_crypt.c:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462static apr_status_t spec_from_json(void **pvalue, md_json_t *json, apr_pool_t *p, void *baton)
463{
464 (void)baton;
465 *pvalue = md_pkey_spec_from_json(json, p);
466 return APR_SUCCESS;
467}
468
469md_pkeys_spec_t *md_pkeys_spec_from_json(struct md_json_t *json, apr_pool_t *p)
470{

Callers

nothing calls this directly

Calls 1

md_pkey_spec_from_jsonFunction · 0.85

Tested by

no test coverage detected