Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dunix_sockets_posix_noop.cc34 grpc_error* grpc_resolve_unix_domain_address( in grpc_resolve_unix_domain_address() function
Dunix_sockets_posix.h32 grpc_error* grpc_resolve_unix_domain_address(
Dunix_sockets_posix.cc43 grpc_error* grpc_resolve_unix_domain_address(const char* name, in grpc_resolve_unix_domain_address() function
Dresolve_address_posix.cc59 return grpc_resolve_unix_domain_address(name + 5, addresses); in posix_blocking_resolve_address()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dunix_sockets_posix_noop.cc36 grpc_error_handle grpc_resolve_unix_domain_address( in grpc_resolve_unix_domain_address() function
Dunix_sockets_posix.h36 grpc_error_handle grpc_resolve_unix_domain_address(
Dunix_sockets_posix.cc45 grpc_error_handle grpc_resolve_unix_domain_address( in grpc_resolve_unix_domain_address() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc838 error = grpc_resolve_unix_domain_address( in Chttp2ServerAddPort()