Home
last modified time | relevance | path

Searched refs:CONN_TCP (Results 1 – 14 of 14) sorted by relevance

/dports/databases/py-hiredis/hiredis-0.2.0/vendor/hiredis/
H A Dtest.c16 CONN_TCP, enumerator
96 if (config.type == CONN_TCP) { in connect()
730 cfg.type = CONN_TCP; in main()
/dports/databases/hiredis/hiredis-0.13.3/
H A Dtest.c17 CONN_TCP, enumerator
97 if (config.type == CONN_TCP) { in connect()
778 cfg.type = CONN_TCP; in main()
/dports/www/h2o-devel/h2o-dcc7134/deps/hiredis/
H A Dtest.c17 CONN_TCP, enumerator
97 if (config.type == CONN_TCP) { in connect()
794 cfg.type = CONN_TCP; in main()
/dports/databases/redis5/redis-5.0.14/deps/hiredis/
H A Dtest.c17 CONN_TCP, enumerator
97 if (config.type == CONN_TCP) { in connect()
808 cfg.type = CONN_TCP; in main()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/3rdparty/hiredis/
H A Dtest.c17 CONN_TCP, enumerator
97 if (config.type == CONN_TCP) { in connect()
894 cfg.type = CONN_TCP; in main()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/hiredis-0.14.1/
H A Dtest.c17 CONN_TCP, enumerator
97 if (config.type == CONN_TCP) { in connect()
894 cfg.type = CONN_TCP; in main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/apputils/
H A Dnet-server.c121 CONN_UDP, CONN_TCP_LISTENER, CONN_TCP, CONN_RPC_LISTENER, CONN_RPC enumerator
514 case CONN_TCP: in free_socket()
1116 if (c->type != CONN_TCP && c->type != CONN_RPC) in kill_lru_tcp_or_rpc_connection()
1161 if (add_fd(s, CONN_TCP, flags, conn->handle, conn->prog, ctx, in accept_tcp_connection()
/dports/security/krb5/krb5-1.19.2/src/lib/apputils/
H A Dnet-server.c121 CONN_UDP, CONN_TCP_LISTENER, CONN_TCP, CONN_RPC_LISTENER, CONN_RPC enumerator
514 case CONN_TCP: in free_socket()
1116 if (c->type != CONN_TCP && c->type != CONN_RPC) in kill_lru_tcp_or_rpc_connection()
1161 if (add_fd(s, CONN_TCP, flags, conn->handle, conn->prog, ctx, in accept_tcp_connection()
/dports/databases/redis6/redis-6.0.16/deps/hiredis/
H A Dtest.c22 CONN_TCP, enumerator
125 if (config.type == CONN_TCP) { in do_connect()
983 cfg.type = CONN_TCP; in main()
/dports/databases/webdis/webdis-0.1.18/src/hiredis/
H A Dtest.c24 CONN_TCP, enumerator
198 if (config.type == CONN_TCP) { in do_connect()
1338 cfg.type = CONN_TCP; in main()
/dports/databases/p5-Redis-Fast/Redis-Fast-0.31/deps/hiredis/
H A Dtest.c24 CONN_TCP, enumerator
198 if (config.type == CONN_TCP) { in do_connect()
1324 cfg.type = CONN_TCP; in main()
/dports/databases/redis-devel/redis-0e5b813/deps/hiredis/
H A Dtest.c24 CONN_TCP, enumerator
203 if (config.type == CONN_TCP) { in do_connect()
1362 cfg.type = CONN_TCP; in main()
/dports/www/nginx-full/nchan-1.2.12/src/store/redis/hiredis/
H A Dtest.c24 CONN_TCP, enumerator
198 if (config.type == CONN_TCP) { in do_connect()
1324 cfg.type = CONN_TCP; in main()
/dports/security/silktools/silk-3.19.1/src/sendrcv/
H A Dskmsg.c427 CONN_TCP, enumerator
677 static skm_conn_t connection_type = CONN_TCP;
2479 conn->transport = (tls == SKM_TLS_NONE) ? CONN_TCP : CONN_TLS; in create_connection()