Searched refs:c_io_state (Results 1 – 5 of 5) sorted by relevance
115 (c->c_io_state & LLOAD_C_READ_PAUSE) ) { in handle_pdus()153 !(c->c_io_state & LLOAD_C_READ_PAUSE) ) { in handle_pdus()160 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in handle_pdus()224 assert( !(c->c_io_state & LLOAD_C_READ_HANDOVER) ); in connection_read_cb()226 pause = c->c_io_state & LLOAD_C_READ_PAUSE; in connection_read_cb()266 c->c_io_state |= LLOAD_C_READ_HANDOVER; in connection_read_cb()277 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in connection_read_cb()280 !(c->c_io_state & LLOAD_C_READ_PAUSE) ) ) { in connection_read_cb()358 if ( !(c->c_io_state & LLOAD_C_READ_PAUSE) ) { in connection_write_cb()364 c->c_io_state |= LLOAD_C_READ_PAUSE; in connection_write_cb()[all …]
524 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_bind_cb()593 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_bind()850 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_starttls()860 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in upstream_starttls()
106 c->c_io_state &= ~LLOAD_C_READ_HANDOVER; in handle_starttls()
306 enum sc_io_state c_io_state; member
274 if ( c->c_io_state & LLOAD_C_READ_PAUSE ) { in handle_one_request()