Home
last modified time | relevance | path

Searched refs:CONN_SSL (Results 1 – 15 of 15) sorted by last modified time

/dports/net/tinyfugue/tf-50b8/src/
H A Dsocket.c1184 WORLD_TEMP | ((flags & CONN_SSL) ? WORLD_SSL : 0), ""); in openworld()
1272 if ((flags & CONN_SSL) || (world->flags & WORLD_SSL)) { in opensock()
H A Dsocket.h20 #define CONN_SSL 0x04 macro
H A Dcommand.c164 case 'x': flags |= CONN_SSL; break; in handle_connect_command()
/dports/databases/redis-devel/redis-0e5b813/deps/hiredis/
H A Dtest.c27 CONN_SSL enumerator
205 } else if (config.type == CONN_SSL) { in do_connect()
230 if (config.type == CONN_SSL) { in do_connect()
240 if (config.type == CONN_SSL) { in do_reconnect()
1390 cfg.type = CONN_SSL; in main()
/dports/databases/webdis/webdis-0.1.18/src/hiredis/
H A Dtest.c27 CONN_SSL enumerator
200 } else if (config.type == CONN_SSL) { in do_connect()
225 if (config.type == CONN_SSL) { in do_connect()
235 if (config.type == CONN_SSL) { in do_reconnect()
1366 cfg.type = CONN_SSL; in main()
/dports/databases/redis6/redis-6.0.16/deps/hiredis/
H A Dtest.c25 CONN_SSL enumerator
127 } else if (config.type == CONN_SSL) { in do_connect()
152 if (config.type == CONN_SSL) { in do_connect()
162 if (config.type == CONN_SSL) { in do_reconnect()
1001 cfg.type = CONN_SSL; in main()
/dports/www/nginx-full/nchan-1.2.12/src/store/redis/hiredis/
H A Dtest.c27 CONN_SSL enumerator
200 } else if (config.type == CONN_SSL) { in do_connect()
225 if (config.type == CONN_SSL) { in do_connect()
235 if (config.type == CONN_SSL) { in do_reconnect()
1352 cfg.type = CONN_SSL; in main()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dcommand.c164 case 'x': flags |= CONN_SSL; break; in handle_connect_command()
H A Dsocket.c1309 WORLD_TEMP | ((flags & CONN_SSL) ? WORLD_SSL : 0), ""); in openworld()
1405 if ((flags & CONN_SSL) || (world->flags & WORLD_SSL)) { in opensock()
H A Dsocket.h19 #define CONN_SSL 0x04 macro
/dports/databases/p5-Redis-Fast/Redis-Fast-0.31/deps/hiredis/
H A Dtest.c27 CONN_SSL enumerator
200 } else if (config.type == CONN_SSL) { in do_connect()
225 if (config.type == CONN_SSL) { in do_connect()
235 if (config.type == CONN_SSL) { in do_reconnect()
1352 cfg.type = CONN_SSL; in main()
/dports/irc/ngircd/ngircd-26.1/src/ngircd/
H A Dconn.c1073 if ( Conn_OPTION_ISSET( &My_Connections[Idx], CONN_SSL )) { in Conn_Close()
1278 if ( Conn_OPTION_ISSET( &My_Connections[Idx], CONN_SSL )) { in Handle_Write()
1594 if (Conn_OPTION_ISSET(&My_Connections[Idx], CONN_SSL)) in Read_Request()
2648 return Conn_OPTION_ISSET(&My_Connections[Idx], CONN_SSL); in Conn_UsesSSL()
H A Dconn-ssl.c273 if (Conn_OPTION_ISSET(c, CONN_SSL)) { in ConnSSL_Free()
293 assert(Conn_OPTION_ISSET(c, CONN_SSL)); in ConnSSL_Free()
557 Conn_OPTION_ADD(c, CONN_SSL); in ConnSSL_Init_SSL()
567 Conn_OPTION_ADD(c, CONN_SSL); in ConnSSL_Init_SSL()
758 if (!Conn_OPTION_ISSET(c, CONN_SSL)) { in ConnSSL_Accept()
781 assert(Conn_OPTION_ISSET(c, CONN_SSL)); in ConnSSL_Connect()
953 if (Conn_OPTION_ISSET(c, CONN_SSL)) { in ConnSSL_GetCipherInfo()
H A Dconn.h40 #define CONN_SSL 32 /* this connection is SSL encrypted */ macro
43 #define CONN_SSL_FLAGS_ALL (CONN_SSL_CONNECT|CONN_SSL|CONN_SSL_WANT_WRITE|CONN_SSL_WANT_READ)
H A Dirc.c498 if(options & CONN_SSL) /* SSL encrypted link */