Home
last modified time | relevance | path

Searched refs:connection_type (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h148 enum redisConnectionType connection_type; member
H A Dnet.c277 c->connection_type = REDIS_CONN_TCP; in _redisContextConnectTcp()
439 c->connection_type = REDIS_CONN_UNIX; in redisContextConnectUnix()
H A Dtest.c16 enum connection_type { enum
23 enum connection_type type;
H A Dhiredis.c657 if (c->connection_type == REDIS_CONN_TCP) { in redisReconnect()
660 } else if (c->connection_type == REDIS_CONN_UNIX) { in redisReconnect()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h242 unsigned connection_type:2; member
H A Dngx_http_request.c1797 r->headers_in.connection_type = NGX_HTTP_CONNECTION_CLOSE; in ngx_http_process_connection()
1800 r->headers_in.connection_type = NGX_HTTP_CONNECTION_KEEP_ALIVE; in ngx_http_process_connection()
1967 if (r->headers_in.connection_type == NGX_HTTP_CONNECTION_KEEP_ALIVE) { in ngx_http_process_request_header()
H A Dngx_http_core_module.c819 switch (r->headers_in.connection_type) { in ngx_http_handler()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h674 u8 connection_type; member
846 u8 connection_type; member
H A Di40e_type.h1396 u8 connection_type; member
H A Di40e_common.c2315 cmd->connection_type = vsi_ctx->connection_type; in i40e_aq_add_vsi()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h5672 enum connection_type { enum
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c5895 ctxt.connection_type = 0x1; in i40e_vsi_setup()
5938 ctxt.connection_type = 0x1; in i40e_vsi_setup()
5971 ctxt.connection_type = 0x1; /* regular data port */ in i40e_vsi_setup()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3106 r->headers_in.connection_type = NGX_HTTP_CONNECTION_CLOSE; in ngx_http_v2_create_stream()