Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc74 bool to_read_trailing_md_filled; member
240 s->to_read_trailing_md_filled = false; in init_stream()
312 &s->to_read_trailing_md_filled); in init_stream()
414 : &other->to_read_trailing_md_filled; in fail_helper_locked()
628 (s->trailing_md_recvd || s->to_read_trailing_md_filled)))) { in op_state_machine()
633 : &other->to_read_trailing_md_filled; in op_state_machine()
736 if (s->to_read_trailing_md_filled) { in op_state_machine()
778 s->to_read_trailing_md_filled = false; in op_state_machine()
869 : &other->to_read_trailing_md_filled; in cancel_stream_locked()
1027 (s->to_read_trailing_md_filled || s->trailing_md_recvd)) { in perform_stream_op()