Lines Matching refs:Py_off_t
4773 os_lockf_impl(PyObject *module, int fd, int command, Py_off_t length);
4781 Py_off_t length;
4817 static Py_off_t
4818 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how);
4825 Py_off_t position;
4827 Py_off_t _return_value;
4962 os_pread_impl(PyObject *module, int fd, Py_ssize_t length, Py_off_t offset);
4970 Py_off_t offset;
5028 os_preadv_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset,
5037 Py_off_t offset;
5134 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset,
5135 Py_off_t sbytes, PyObject *headers, PyObject *trailers,
5148 Py_off_t offset;
5149 Py_off_t sbytes;
5213 os_sendfile_impl(PyObject *module, int out_fd, int in_fd, Py_off_t offset,
5227 Py_off_t offset;
5591 os_pwrite_impl(PyObject *module, int fd, Py_buffer *buffer, Py_off_t offset);
5599 Py_off_t offset;
5663 os_pwritev_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset,
5672 Py_off_t offset;
6178 os_ftruncate_impl(PyObject *module, int fd, Py_off_t length);
6185 Py_off_t length;
6220 os_truncate_impl(PyObject *module, path_t *path, Py_off_t length);
6230 Py_off_t length;
6268 os_posix_fallocate_impl(PyObject *module, int fd, Py_off_t offset,
6269 Py_off_t length);
6276 Py_off_t offset;
6277 Py_off_t length;
6320 os_posix_fadvise_impl(PyObject *module, int fd, Py_off_t offset,
6321 Py_off_t length, int advice);
6328 Py_off_t offset;
6329 Py_off_t length;