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

Function md_json_writeb

modules/md/md_json.c:972–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972apr_status_t md_json_writeb(const md_json_t *json, md_json_fmt_t fmt, apr_bucket_brigade *bb)
973{
974 int rv = json_dump_callback(json->j, dump_cb, bb, fmt_to_flags(fmt));
975 return rv? APR_EGENERAL : APR_SUCCESS;
976}
977
978static int chunk_cb(const char *buffer, size_t len, void *baton)
979{

Callers 3

md_http_cert_statusFunction · 0.85
add_json_valFunction · 0.85
md_status_handlerFunction · 0.85

Calls 1

fmt_to_flagsFunction · 0.85

Tested by

no test coverage detected