Searched refs:SHUT_WR (Results 1 – 6 of 6) sorted by relevance
153 shutdown(channel_handle_.value(), SHUT_WR); in ~ClientChannel()
256 shutdown(connection_fd.Get(), SHUT_WR); in AcceptConnection()
393 Os.shutdown(fd, OsConstants.SHUT_WR); in shutdownOutput()
639 public static final int SHUT_WR = placeholder(); field in OsConstants
507 initConstant(env, c, "SHUT_WR", SHUT_WR); in OsConstants_initConstants()
27928 field public static final int SHUT_WR;