Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dhandshaker.cc180 handshaker->DoHandshake(acceptor_, &call_next_handshaker_, &args_); in CallNextHandshakerLocked()
235 GRPC_CLOSURE_INIT(&call_next_handshaker_, in DoHandshake()
Dhandshaker.h154 grpc_closure call_next_handshaker_; variable