Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/bad_client/tests/
Dlarge_metadata.cc165 args[1].client_validator = rst_stream_client_validator; in main()
174 rst_stream_client_validator, in main()
Dwindow_overflow.cc97 bca[1] = {rst_stream_client_validator, nullptr, g_buffer, g_count}; in main()
/external/grpc-grpc/test/core/bad_client/
Dbad_client.h85 bool rst_stream_client_validator(grpc_slice_buffer* incoming, void* arg);
Dbad_client.cc280 bool rst_stream_client_validator(grpc_slice_buffer* incoming, void* arg) { in rst_stream_client_validator() function