Lines Matching defs:data
9707 readv will transfer data into each buffer until it is full
9709 the rest of the data.
9817 transfer data into each buffer until it is full and then move on to the next
9818 buffer in the sequence to hold the rest of the data. Its fourth argument,
9910 data: Py_buffer
9917 os_write_impl(PyObject *module, int fd, Py_buffer *data)
9920 return _Py_write(fd, data->buf, data->len);
10072 // some data has been sent
10076 // no data has been sent; upper application is supposed
11021 Announce an intention to access data in a specific pattern.
11023 Announce an intention to access data in a specific pattern, thus allowing