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

Function md_json_setb

modules/md/md_json.c:342–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342apr_status_t md_json_setb(int value, md_json_t *json, ...)
343{
344 va_list ap;
345 apr_status_t rv;
346
347 va_start(ap, json);
348 rv = jselect_set_new(json_boolean(value), json, ap);
349 va_end(ap);
350 return rv;
351}
352
353/**************************************************************************************************/
354/* numbers */

Callers 6

on_init_acct_newFunction · 0.85
on_init_agree_tosFunction · 0.85
status_get_md_jsonFunction · 0.85
job_to_jsonFunction · 0.85
md_to_jsonFunction · 0.85
md_reg_set_propsFunction · 0.85

Calls 1

jselect_set_newFunction · 0.85

Tested by

no test coverage detected