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

Function stapling_refresh_mutex_on

modules/ssl/ssl_util_stapling.c:718–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718static int stapling_refresh_mutex_on(server_rec *s)
719{
720 SSLModConfigRec *mc = myModConfig(s);
721
722 return stapling_mutex_on(s, mc->stapling_refresh_mutex,
723 SSL_STAPLING_REFRESH_MUTEX_TYPE);
724}
725
726static int stapling_refresh_mutex_off(server_rec *s)
727{

Callers 1

stapling_cbFunction · 0.85

Calls 1

stapling_mutex_onFunction · 0.85

Tested by

no test coverage detected