Home
last modified time | relevance | path

Searched refs:GRPC_OP_RECV_INITIAL_METADATA (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/grpc/test/core/end2end/tests/
Drequest_with_flags.cc137 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_invoke_request_with_flags()
185 GRPC_OP_RECV_INITIAL_METADATA, in request_with_flags()
Dmax_concurrent_streams.cc124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
284 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams()
318 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams()
526 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_first()
564 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_first()
722 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_second()
760 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_concurrent_streams_with_timeout_on_second()
Dfilter_call_init_fails.cc147 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_server_channel_filter()
241 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_client_channel_filter()
330 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_client_subchannel_filter()
Dmax_message_length.cc210 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_message_length_on_request()
393 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_message_length_on_response()
558 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_receive_message_length_on_compressed_request()
710 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_receive_message_length_on_compressed_response()
Dmax_connection_age.cc134 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_age_forcibly_close()
276 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_max_age_gracefully_close()
Dbad_hostname.cc124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
Dnegative_deadline.cc121 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
Dbad_ping.cc133 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_bad_ping()
292 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_pings_without_data()
Dcancel_with_status.cc124 op->op = GRPC_OP_RECV_INITIAL_METADATA; in simple_request_body()
Dauthority_not_supported.cc140 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_with_authority_header()
Dcancel_before_invoke.cc147 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_cancel_before_invoke()
Dshutdown_finishes_calls.cc117 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_early_server_shutdown_finishes_inflight_calls()
Dcancel_after_invoke.cc135 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_cancel_after_invoke()
Dkeepalive_timeout.cc154 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_keepalive_timeout()
297 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_read_delays_keepalive()
Dcall_creds.cc204 op->op = GRPC_OP_RECV_INITIAL_METADATA; in request_response_with_payload_and_call_creds()
442 op->op = GRPC_OP_RECV_INITIAL_METADATA; in test_request_with_server_rejecting_client_creds()
/third_party/grpc/test/core/fling/
Dclient.cc64 op->op = GRPC_OP_RECV_INITIAL_METADATA; in init_ping_pong_request()
104 stream_init_ops[1].op = GRPC_OP_RECV_INITIAL_METADATA; in init_ping_pong_stream()
/third_party/grpc/src/core/lib/surface/
Dcall_log_batch.cc82 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_op_string()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc199 op->op = GRPC_OP_RECV_INITIAL_METADATA; in BM_LameChannelCallCreateCore()
278 op->op = GRPC_OP_RECV_INITIAL_METADATA; in BM_LameChannelCallCreateCoreSeparateBatch()
755 ops[3].op = GRPC_OP_RECV_INITIAL_METADATA; in BM_IsolatedCall_Unary()
795 ops[1].op = GRPC_OP_RECV_INITIAL_METADATA; in BM_IsolatedCall_StreamingSend()
/third_party/grpc/test/core/surface/
Dlame_client_test.cc104 op->op = GRPC_OP_RECV_INITIAL_METADATA; in main()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c562 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_rb_call_check_op_keys_hash_cb()
720 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_run_batch_stack_fill_ops()
772 case GRPC_OP_RECV_INITIAL_METADATA: in grpc_run_batch_stack_build_result()
951 UINT2NUM(GRPC_OP_RECV_INITIAL_METADATA)); in Init_grpc_op_codes()
/third_party/grpc/test/core/bad_ssl/
Dbad_ssl_test.cc89 op->op = GRPC_OP_RECV_INITIAL_METADATA; in run_test()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Doperation.pyx.pxi128 return GRPC_OP_RECV_INITIAL_METADATA
131 self.c_op.type = GRPC_OP_RECV_INITIAL_METADATA
/third_party/grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc92 op->op = GRPC_OP_RECV_INITIAL_METADATA; in LLVMFuzzerTestOneInput()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h586 GRPC_OP_RECV_INITIAL_METADATA, enumerator
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc246 op->op = GRPC_OP_RECV_INITIAL_METADATA; in _test_close_before_server_recv()
421 op->op = GRPC_OP_RECV_INITIAL_METADATA; in _test_close_before_server_send()
617 op->op = GRPC_OP_RECV_INITIAL_METADATA; in _test_close_before_client_send()

12345