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

Function md_json_dump_state

modules/md/md_json.c:1257–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1255}
1256
1257const char *md_json_dump_state(const md_json_t *json, apr_pool_t *p)
1258{
1259 if (!json) return "NULL";
1260 return apr_psprintf(p, "%s, refc=%ld", md_json_type_name(json), (long)json->j->refcount);
1261}
1262
1263apr_status_t md_json_set_timeperiod(const md_timeperiod_t *tp, md_json_t *json, ...)
1264{

Callers 1

md_json_writefFunction · 0.85

Calls 1

md_json_type_nameFunction · 0.85

Tested by

no test coverage detected