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

Function md_json_addj

modules/md/md_json.c:555–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555apr_status_t md_json_addj(const md_json_t *value, md_json_t *json, ...)
556{
557 va_list ap;
558 apr_status_t rv;
559
560 va_start(ap, json);
561 rv = jselect_add(value->j, json, ap);
562 va_end(ap);
563 return rv;
564}
565
566apr_status_t md_json_insertj(md_json_t *value, size_t index, md_json_t *json, ...)
567{

Callers 3

md_ocsp_get_status_allFunction · 0.85
md_status.cFile · 0.85
md_status_get_jsonFunction · 0.85

Calls 1

jselect_addFunction · 0.85

Tested by

no test coverage detected