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

Function md_json_setl

modules/md/md_json.c:392–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392apr_status_t md_json_setl(long value, md_json_t *json, ...)
393{
394 va_list ap;
395 apr_status_t rv;
396
397 va_start(ap, json);
398 rv = jselect_set_new(json_integer(value), json, ap);
399 va_end(ap);
400 return rv;
401}
402
403/**************************************************************************************************/
404/* strings */

Callers 8

md_pkey_spec_to_jsonFunction · 0.85
md_ocsp_get_summaryFunction · 0.85
md_status.cFile · 0.85
status_get_md_jsonFunction · 0.85
job_to_jsonFunction · 0.85
md_status_take_stockFunction · 0.85
md_to_jsonFunction · 0.85
md_result_to_jsonFunction · 0.85

Calls 1

jselect_set_newFunction · 0.85

Tested by

no test coverage detected