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

Function md_json_setn

modules/md/md_json.c:367–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367apr_status_t md_json_setn(double value, md_json_t *json, ...)
368{
369 va_list ap;
370 apr_status_t rv;
371
372 va_start(ap, json);
373 rv = jselect_set_new(json_real(value), json, ap);
374 va_end(ap);
375 return rv;
376}
377
378/**************************************************************************************************/
379/* longs */

Callers 2

init_store_fileFunction · 0.85
read_store_fileFunction · 0.85

Calls 1

jselect_set_newFunction · 0.85

Tested by

no test coverage detected