Home | History | Annotate | Download | only in Modules

Lines Matching full:ndatabufs

3925     Py_ssize_t ndataparts, ndatabufs = 0;
3961 for (; ndatabufs < ndataparts; ndatabufs++) {
3962 if (!PyArg_Parse(PySequence_Fast_GET_ITEM(data_fast, ndatabufs),
3965 &databufs[ndatabufs]))
3967 iovs[ndatabufs].iov_base = databufs[ndatabufs].buf;
3968 iovs[ndatabufs].iov_len = databufs[ndatabufs].len;
3973 *ndatabufsout = ndatabufs;
3992 Py_ssize_t i, ndatabufs = 0, ncmsgs, ncmsgbufs = 0;
4025 if (sock_sendmsg_iovec(s, data_arg, &msg, &databufs, &ndatabufs) == -1) {
4157 for (i = 0; i < ndatabufs; i++) {
4188 Py_ssize_t i, ndatabufs = 0;
4271 if (sock_sendmsg_iovec(self, data_arg, &msg, &databufs, &ndatabufs) == -1) {
4334 for (i = 0; i < ndatabufs; i++) {