Lines Matching refs:iovec
3854 * Call recvmsg() with the supplied iovec structures, flags, and
3864 sock_recvmsg_guts(PySocketSockObject *s, struct iovec *iov, int iovlen,
4014 struct iovec iov;
4081 struct iovec *iovs = NULL;
4100 /* Fill in an iovec for each item, and save the Py_buffer
4102 if (nitems > 0 && ((iovs = PyMem_New(struct iovec, nitems)) == NULL ||
4411 struct iovec *iovs = NULL;
4415 /* Fill in an iovec for each message part, and save the Py_buffer
4432 iovs = PyMem_New(struct iovec, ndataparts);
4517 /* Fill in an iovec for each message part, and save the Py_buffer
4762 /* Fill in an iovec for each message part, and save the Py_buffer