Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list.cc24 void (*write_timestamps_callback_g)(void*, grpc_core::Timestamps*, variable
32 write_timestamps_callback_g == nullptr) { in Append()
48 if (write_timestamps_callback_g) { in Execute()
52 write_timestamps_callback_g(head->trace_context_, ts, error); in Execute()
63 write_timestamps_callback_g = fn; in grpc_http2_set_write_timestamps_callback()