/external/grpc-grpc/test/core/fling/ |
D | server.cc | 111 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in handle_unary_method() 161 status_op[1].op = GRPC_OP_RECV_CLOSE_ON_SERVER; in start_send_status()
|
/external/grpc-grpc/test/core/end2end/ |
D | invalid_call_argument_test.cc | 383 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_recv_close_on_server_from_client() 552 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_recv_close_on_server_with_invalid_flags() 571 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_recv_close_on_server_twice() 576 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_recv_close_on_server_twice()
|
D | goaway_server_test.cc | 251 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in main() 320 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in main()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | retry_too_many_attempts.cc | 214 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_too_many_attempts() 255 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_too_many_attempts()
|
D | retry_server_pushback_disabled.cc | 220 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_server_pushback_disabled() 262 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_server_pushback_disabled()
|
D | max_concurrent_streams.cc | 162 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in simple_request_body() 359 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_concurrent_streams() 398 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_concurrent_streams() 593 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_concurrent_streams_with_timeout_on_first() 787 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_concurrent_streams_with_timeout_on_second()
|
D | retry_server_pushback_delay.cc | 220 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_server_pushback_delay() 274 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_server_pushback_delay()
|
D | retry.cc | 221 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry() 281 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry()
|
D | max_connection_age.cc | 188 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_age_forcibly_close() 321 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_age_gracefully_close()
|
D | bad_ping.cc | 186 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_bad_ping() 342 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_pings_without_data()
|
D | max_message_length.cc | 241 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_message_length_on_request() 428 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_max_message_length_on_response()
|
D | retry_streaming.cc | 262 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_streaming() 359 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_retry_streaming()
|
D | shutdown_finishes_calls.cc | 142 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_early_server_shutdown_finishes_inflight_calls()
|
D | request_with_flags.cc | 178 uint32_t flags_for_op[GRPC_OP_RECV_CLOSE_ON_SERVER + 1]; in request_with_flags()
|
D | graceful_server_shutdown.cc | 166 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in test_early_server_shutdown_finishes_inflight_calls()
|
D | server_finishes_request.cc | 160 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in simple_request_body()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 564 case GRPC_OP_RECV_CLOSE_ON_SERVER: in grpc_rb_call_check_op_keys_hash_cb() 733 case GRPC_OP_RECV_CLOSE_ON_SERVER: in grpc_run_batch_stack_fill_ops() 785 case GRPC_OP_RECV_CLOSE_ON_SERVER: in grpc_run_batch_stack_build_result() 948 UINT2NUM(GRPC_OP_RECV_CLOSE_ON_SERVER)); in Init_grpc_op_codes()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | operation.pyx.pxi | 236 return GRPC_OP_RECV_CLOSE_ON_SERVER 239 self.c_op.type = GRPC_OP_RECV_CLOSE_ON_SERVER
|
/external/grpc-grpc/test/core/bad_client/tests/ |
D | duplicate_header.cc | 99 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in verifier()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call_log_batch.cc | 99 case GRPC_OP_RECV_CLOSE_ON_SERVER: in grpc_op_string()
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | php_grpc.c | 197 GRPC_OP_RECV_CLOSE_ON_SERVER, in PHP_MINIT_FUNCTION()
|
D | call.c | 429 case GRPC_OP_RECV_CLOSE_ON_SERVER: in PHP_METHOD() 513 case GRPC_OP_RECV_CLOSE_ON_SERVER: in PHP_METHOD()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 529 GRPC_OP_RECV_CLOSE_ON_SERVER enumerator
|
/external/grpc-grpc/src/cpp/server/ |
D | server_context.cc | 93 ops->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in FillOps()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 677 (bi->has_ops & (1u << GRPC_OP_RECV_CLOSE_ON_SERVER))) { in finished_batch() 1039 case GRPC_OP_RECV_CLOSE_ON_SERVER: in LLVMFuzzerTestOneInput() 1040 op->op = GRPC_OP_RECV_CLOSE_ON_SERVER; in LLVMFuzzerTestOneInput() 1041 has_ops |= 1 << GRPC_OP_RECV_CLOSE_ON_SERVER; in LLVMFuzzerTestOneInput()
|