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

Function stapling_cache_mutex_on

modules/ssl/ssl_util_stapling.c:702–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702static int stapling_cache_mutex_on(server_rec *s)
703{
704 SSLModConfigRec *mc = myModConfig(s);
705
706 return stapling_mutex_on(s, mc->stapling_cache_mutex,
707 SSL_STAPLING_CACHE_MUTEX_TYPE);
708}
709
710static int stapling_cache_mutex_off(server_rec *s)
711{

Callers 2

stapling_cache_responseFunction · 0.85

Calls 1

stapling_mutex_onFunction · 0.85

Tested by

no test coverage detected