Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc413 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in fail_helper_locked() local
415 fill_in_metadata(s, &fake_md, 0, dest, nullptr, destfilled); in fail_helper_locked()
632 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in op_state_machine() local
634 if (*destfilled || s->trailing_md_sent) { in op_state_machine()
645 0, dest, nullptr, destfilled); in op_state_machine()
868 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in cancel_stream_locked() local
870 fill_in_metadata(s, &cancel_md, 0, dest, nullptr, destfilled); in cancel_stream_locked()
968 bool* destfilled = (other == nullptr) ? &s->write_buffer_initial_md_filled in perform_stream_op() local
970 if (*destfilled || s->initial_md_sent) { in perform_stream_op()
979 dest, destflags, destfilled); in perform_stream_op()