Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dsocket_utils_test.cc111 grpc_set_socket_with_mutator(sock, (grpc_socket_mutator*)&mutator))); in main()
116 grpc_set_socket_with_mutator(sock, (grpc_socket_mutator*)&mutator))); in main()
121 grpc_set_socket_with_mutator(sock, (grpc_socket_mutator*)&mutator))); in main()
124 err = grpc_set_socket_with_mutator( in main()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_posix.h92 grpc_error* grpc_set_socket_with_mutator(int fd, grpc_socket_mutator* mutator);
Dtcp_server_utils_posix_common.cc182 err = grpc_set_socket_with_mutator(fd, mutator); in grpc_tcp_server_prepare_socket()
Dsocket_utils_common_posix.cc316 grpc_error* grpc_set_socket_with_mutator(int fd, grpc_socket_mutator* mutator) { in grpc_set_socket_with_mutator() function
Dtcp_client_posix.cc91 err = grpc_set_socket_with_mutator(fd, mutator); in prepare_socket()