Searched refs:OP_CANCEL_ERROR (Results 1 – 1 of 1) sorted by relevance
69 OP_CANCEL_ERROR, enumerator250 case OP_CANCEL_ERROR: in op_id_string()549 if (!(s->state.state_op_done[OP_CANCEL_ERROR] || in on_response_headers_received()657 !(s->state.state_op_done[OP_CANCEL_ERROR] || in on_response_trailers_received()814 bool is_canceled_or_failed = stream_state->state_op_done[OP_CANCEL_ERROR] || in op_can_be_run()829 if (op_id == OP_CANCEL_ERROR) { in op_can_be_run()917 } else if (op_id == OP_CANCEL_ERROR) { in op_can_be_run()919 if (stream_state->state_op_done[OP_CANCEL_ERROR]) result = false; in op_can_be_run()1119 if (stream_state->state_op_done[OP_CANCEL_ERROR]) { in execute_stream_op()1144 if (stream_state->state_op_done[OP_CANCEL_ERROR]) { in execute_stream_op()[all …]