Searched refs:connection_type (Results 1 – 13 of 13) sorted by relevance
148 enum redisConnectionType connection_type; member
277 c->connection_type = REDIS_CONN_TCP; in _redisContextConnectTcp()439 c->connection_type = REDIS_CONN_UNIX; in redisContextConnectUnix()
16 enum connection_type { enum23 enum connection_type type;
657 if (c->connection_type == REDIS_CONN_TCP) { in redisReconnect()660 } else if (c->connection_type == REDIS_CONN_UNIX) { in redisReconnect()
242 unsigned connection_type:2; member
1797 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()
819 switch (r->headers_in.connection_type) { in ngx_http_handler()
674 u8 connection_type; member846 u8 connection_type; member
1396 u8 connection_type; member
2315 cmd->connection_type = vsi_ctx->connection_type; in i40e_aq_add_vsi()
5672 enum connection_type { enum
5895 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()
3106 r->headers_in.connection_type = NGX_HTTP_CONNECTION_CLOSE; in ngx_http_v2_create_stream()