Home
last modified time | relevance | path

Searched refs:SslServer_new (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/monit/monit-5.29.0/src/ssl/
H A DSslServer.h42 T SslServer_new(int socket, SslOptions_T options);
H A DSsl.c847 SslServer_T SslServer_new(int socket, SslOptions_T options) { function
/dports/sysutils/monit/monit-5.29.0/src/http/
H A Dengine.c432 …if (! (data[myServerSocketsCount].ssl = SslServer_new(myServerSockets[myServerSocketsCount].fd, &(… in _createTcpServer()