Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client_posix.cc226 char* error_descr; in on_writable() local
231 gpr_asprintf(&error_descr, "Failed to connect to remote host: %s", desc); in on_writable()
233 grpc_slice_from_copied_string(error_descr)); in on_writable()
234 gpr_free(error_descr); in on_writable()