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

Function spec_to_json

modules/md/md_crypt.c:406–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406static apr_status_t spec_to_json(void *value, md_json_t *json, apr_pool_t *p, void *baton)
407{
408 md_json_t *jspec;
409
410 (void)baton;
411 jspec = md_pkey_spec_to_json((md_pkey_spec_t*)value, p);
412 return md_json_setj(jspec, json, NULL);
413}
414
415md_json_t *md_pkeys_spec_to_json(const md_pkeys_spec_t *pks, apr_pool_t *p)
416{

Callers

nothing calls this directly

Calls 2

md_pkey_spec_to_jsonFunction · 0.85
md_json_setjFunction · 0.85

Tested by

no test coverage detected