Lines Matching refs:c_io_state
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()
370 if ( c->c_io_state & LLOAD_C_READ_PAUSE ) { in connection_write_cb()
371 c->c_io_state ^= LLOAD_C_READ_PAUSE; in connection_write_cb()
375 if ( !(c->c_io_state & LLOAD_C_READ_HANDOVER) ) { in connection_write_cb()