Searched refs:grpc_set_socket_with_mutator (Results 1 – 5 of 5) sorted by relevance
111 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()
92 grpc_error* grpc_set_socket_with_mutator(int fd, grpc_socket_mutator* mutator);
182 err = grpc_set_socket_with_mutator(fd, mutator); in grpc_tcp_server_prepare_socket()
316 grpc_error* grpc_set_socket_with_mutator(int fd, grpc_socket_mutator* mutator) { in grpc_set_socket_with_mutator() function
91 err = grpc_set_socket_with_mutator(fd, mutator); in prepare_socket()