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

Function md_data_clear

modules/md/md_util.c:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void md_data_clear(md_data_t *d)
113{
114 if (d) {
115 if (d->data && d->free_data) d->free_data((void*)d->data);
116 memset(d, 0, sizeof(*d));
117 }
118}
119
120md_data_t *md_data_make_pcopy(apr_pool_t *p, const char *data, apr_size_t len)
121{

Callers 7

ostat_req_cleanupFunction · 0.85
ostat_cleanupFunction · 0.85
certid_as_hexFunction · 0.85
ostat_on_respFunction · 0.85
ocsp_req_assign_derFunction · 0.85
md_data_assign_copyFunction · 0.85
md_data_assign_pcopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected