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

Function md_acme_order_from_json

modules/md/md_acme_order.c:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140md_acme_order_t *md_acme_order_from_json(md_json_t *json, apr_pool_t *p)
141{
142 md_acme_order_t *order = md_acme_order_create(p);
143
144 order_update_from_json(order, json, p);
145 return order;
146}
147
148apr_status_t md_acme_order_add(md_acme_order_t *order, const char *authz_url)
149{

Callers 1

md_acme_order_loadFunction · 0.85

Calls 2

md_acme_order_createFunction · 0.85
order_update_from_jsonFunction · 0.85

Tested by

no test coverage detected