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

Function md_json_insertj

modules/md/md_json.c:566–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566apr_status_t md_json_insertj(md_json_t *value, size_t index, md_json_t *json, ...)
567{
568 va_list ap;
569 apr_status_t rv;
570
571 va_start(ap, json);
572 rv = jselect_insert(value->j, index, json, ap);
573 va_end(ap);
574 return rv;
575}
576
577apr_size_t md_json_limita(size_t max_elements, md_json_t *json, ...)
578{

Callers 1

md_job_log_appendFunction · 0.85

Calls 1

jselect_insertFunction · 0.85

Tested by

no test coverage detected