Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c577 grpc_op* op, grpc_metadata_array* md_ary, grpc_slice* send_status_details, in grpc_rb_op_update_status_from_server() argument
595 *send_status_details = in grpc_rb_op_update_status_from_server()
599 op->data.send_status_from_server.status_details = send_status_details; in grpc_rb_op_update_status_from_server()
624 grpc_slice send_status_details; member
662 if (GRPC_SLICE_START_PTR(st->send_status_details) != NULL) { in grpc_run_batch_stack_cleanup()
663 grpc_slice_unref(st->send_status_details); in grpc_run_batch_stack_cleanup()
716 &st->send_status_details, this_value); in grpc_run_batch_stack_fill_ops()
/external/grpc-grpc/src/php/ext/grpc/
Dcall.c287 grpc_slice send_status_details = grpc_empty_slice(); in PHP_METHOD() local
404 send_status_details = grpc_slice_from_copied_string( in PHP_METHOD()
407 &send_status_details; in PHP_METHOD()
527 grpc_slice_unref(send_status_details); in PHP_METHOD()