Home
last modified time | relevance | path

Searched refs:op_state (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc142 struct op_state { struct
165 struct op_state state; argument
187 struct op_state state;
806 struct stream_obj* s, struct op_state* op_state, in op_can_be_run() argument
808 struct op_state* stream_state = &s->state; in op_can_be_run()
839 if (op_id == OP_RECV_MESSAGE && op_state->state_op_done[OP_RECV_MESSAGE]) { in op_can_be_run()
877 if (op_state->state_op_done[OP_SEND_MESSAGE]) result = false; in op_can_be_run()
883 if (op_state->state_op_done[OP_RECV_MESSAGE]) result = false; in op_can_be_run()
923 if (op_state->state_op_done[OP_ON_COMPLETE]) { in op_can_be_run()
937 !op_state->state_op_done[OP_SEND_MESSAGE]) { in op_can_be_run()
[all …]