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

Function md_ocsp_count

modules/md/md_ocsp.c:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506apr_size_t md_ocsp_count(md_ocsp_reg_t *reg)
507{
508 return apr_hash_count(reg->ostat_by_id);
509}
510
511static const char *certid_as_hex(const OCSP_CERTID *certid, apr_pool_t *p)
512{

Callers 4

md_ocsp_status_hookFunction · 0.85
md_ocsp_renewFunction · 0.85
run_watchdogFunction · 0.85
md_post_config_after_sslFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected