Lines Matching refs:handler_state

1360     if (c->handler_state == HTTP_SM_TRANSFORM_FAIL) {  in state_common_wait_for_transform_read()
1396 if (c->handler_state != HTTP_SM_TRANSFORM_FAIL) { in state_common_wait_for_transform_read()
2751 …ink_assert(p->vc_type == HT_HTTP_CLIENT || (p->handler_state == HTTP_SM_POST_UA_FAIL && p->vc_type… in tunnel_handler_post_or_put()
2767 switch (p->handler_state) { in tunnel_handler_post_or_put()
2811 if (p->handler_state == HTTP_SM_POST_UA_FAIL) { in tunnel_handler_post()
2836 if (!p->handler_state) { in tunnel_handler_post()
2837 p->handler_state = HTTP_SM_POST_UA_FAIL; in tunnel_handler_post()
2851 int p_handler_state = p->handler_state; in tunnel_handler_post()
3601 p->handler_state = HTTP_SM_POST_UA_FAIL; in tunnel_handler_post_ua()
3622 p->handler_state = HTTP_SM_POST_UA_FAIL; in tunnel_handler_post_ua()
3643 p->handler_state = HTTP_SM_POST_SUCCESS; in tunnel_handler_post_ua()
3753 if (c->producer->handler_state == HTTP_SM_TRANSFORM_OPEN) { in tunnel_handler_post_server()
3794 ua_producer->handler_state = HTTP_SM_POST_SERVER_FAIL; in tunnel_handler_post_server()
3963 c->handler_state = HTTP_SM_TRANSFORM_FAIL; in tunnel_handler_transform_write()
4065 p->handler_state = HTTP_SM_TRANSFORM_CLOSED; in tunnel_handler_transform_read()
5697 ua_producer->handler_state = HTTP_SM_POST_SERVER_FAIL; in handle_server_setup_error()
5712 if (c && c->handler_state == HTTP_SM_TRANSFORM_OPEN) { in handle_server_setup_error()
5953 if (p->handler_state != HTTP_SM_POST_UA_FAIL && ua_txn->get_half_close_flag()) { in do_setup_post_tunnel()