Home
last modified time | relevance | path

Searched defs:server_start (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.h57 tsi_result (*server_start)(alts_handshaker_client* client, member
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto151 StartServerHandshakeReq server_start = 2; field
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto151 StartServerHandshakeReq server_start = 2; field
/third_party/grpc/src/proto/grpc/gcp/
Dhandshaker.proto167 StartServerHandshakeReq server_start = 2; field
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_client_test.cc228 const grpc_gcp_StartServerHandshakeReq* server_start = in check_server_start_success() local
/third_party/grpc/test/core/iomgr/
Dfd_posix_test.cc223 static int server_start(server* sv) { in server_start() function