Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
506
apr_size_t md_ocsp_count(md_ocsp_reg_t *reg)
507
{
508
return apr_hash_count(reg->ostat_by_id);
509
}
510
511
static const char *certid_as_hex(const OCSP_CERTID *certid, apr_pool_t *p)
512
{
Callers
4
md_ocsp_status_hook
Function · 0.85
md_ocsp_renew
Function · 0.85
run_watchdog
Function · 0.85
md_post_config_after_ssl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected