Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ modssl_get_app_data2
Function
modssl_get_app_data2
modules/ssl/ssl_util_ssl.c:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void *modssl_get_app_data2(SSL *ssl)
61
{
62
return (void *)SSL_get_ex_data(ssl, app_data2_idx);
63
}
64
65
void modssl_set_app_data2(SSL *ssl, void *arg)
66
{
Callers
1
ssl_callback_SSLVerify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected