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

Function modssl_set_app_data2

modules/ssl/ssl_util_ssl.c:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void modssl_set_app_data2(SSL *ssl, void *arg)
66{
67 SSL_set_ex_data(ssl, app_data2_idx, (char *)arg);
68 return;
69}
70
71/* _________________________________________________________________
72**

Callers 3

ssl_init_ssl_connectionFunction · 0.85
ssl_hook_ReadReqFunction · 0.85
ssl_hook_Access_modernFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected