Lines Matching defs:received
55 the Ethernet protocol number to be received. For example:
821 return -1 otherwise. If a signal was received and the signal handler raised
828 until the socket received data otherwise.
3860 * error). On error, closes any file descriptors received via
3928 "received malformed or improperly-truncated "
3997 makeval_recvmsg(ssize_t received, void *data)
4001 if (received < PyBytes_GET_SIZE(*buf))
4002 _PyBytes_Resize(buf, received);
4044 meaning that no ancillary data will be received. Appropriate buffer\n\
4052 received. The ancdata item is a list of zero or more tuples\n\
4054 (control messages) received: cmsg_level and cmsg_type are integers\n\
4058 conditions on the received message; see your system documentation for\n\
4064 will first attempt to close any file descriptors received via the\n\
4069 makeval_recvmsg_into(ssize_t received, void *data)
4071 return PyLong_FromSsize_t(received);
4138 0, meaning that no ancillary data will be received. Appropriate\n\
4148 data (control messages) received: cmsg_level and cmsg_type are\n\
4152 indicating conditions on the received message; see your system\n\
4158 it will first attempt to close any file descriptors received via the\n\