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

Function md_store_save

modules/md/md_store.c:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78apr_status_t md_store_save(md_store_t *store, apr_pool_t *p, md_store_group_t group,
79 const char *name, const char *aspect,
80 md_store_vtype_t vtype, void *data,
81 int create)
82{
83 return store->save(store, p, group, name, aspect, vtype, data, create);
84}
85
86apr_status_t md_store_remove(md_store_t *store, md_store_group_t group,
87 const char *name, const char *aspect,

Callers 9

md_acme_acct_saveFunction · 0.85
make_fallback_certFunction · 0.85
cha_http_01_setupFunction · 0.85
cha_tls_alpn_01_setupFunction · 0.85
md_reg_set_propsFunction · 0.85
md_store_save_jsonFunction · 0.85
md_pkey_saveFunction · 0.85
md_pubcert_saveFunction · 0.85
save_acct_stagedFunction · 0.85

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected