Lines Matching defs:writing
728 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval,
744 assert(!(connect && !writing));
754 pollfd.events = writing ? POLLOUT : POLLIN;
802 if (writing)
827 the function: wait until the socket is writable if writing is nonzero, wait
839 int writing,
874 res = internal_select(s, writing, interval, connect);
881 res = internal_select(s, writing, timeout, connect);
968 int writing,
972 return sock_call_ex(s, writing, func, data, 0, NULL, s->sock_timeout);
4865 Shut down the reading side of the socket (flag == SHUT_RD), the writing side\n\