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

Function md_json_sets

modules/md/md_json.c:430–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430apr_status_t md_json_sets(const char *value, md_json_t *json, ...)
431{
432 va_list ap;
433 apr_status_t rv;
434
435 va_start(ap, json);
436 rv = jselect_set_new(json_string(value), json, ap);
437 va_end(ap);
438 return rv;
439}
440
441/**************************************************************************************************/
442/* time */

Callers 15

md_pkey_spec_to_jsonFunction · 0.85
md_http_cert_statusFunction · 0.85
md_jws_get_jwkFunction · 0.85
md_jws_signFunction · 0.85
md_jws_hmacFunction · 0.85
ostat_to_jsonFunction · 0.85
mk_jstatFunction · 0.85
init_store_fileFunction · 0.85
md_acme_acct_to_jsonFunction · 0.85
get_eabFunction · 0.85
on_init_acct_delFunction · 0.85
md_status.cFile · 0.85

Calls 1

jselect_set_newFunction · 0.85

Tested by

no test coverage detected