Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1292 int64_t notify_offset = s->next_message_end_offset; in continue_fetching_send_locked() local
1293 if (notify_offset <= s->flow_controlled_bytes_written) { in continue_fetching_send_locked()
1304 cb->call_at_byte = notify_offset; in continue_fetching_send_locked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1256 int64_t notify_offset = s->next_message_end_offset; in continue_fetching_send_locked() local
1257 if (notify_offset <= s->flow_controlled_bytes_written) { in continue_fetching_send_locked()
1268 cb->call_at_byte = notify_offset; in continue_fetching_send_locked()