Searched refs:Py_off_t_converter (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 3553 &fd, &command, Py_off_t_converter, &length)) { in os_lockf() 3589 &fd, Py_off_t_converter, &position, &how)) { in os_lseek() 3703 &fd, &length, Py_off_t_converter, &offset)) { in os_pread() 3754 &fd, &buffers, Py_off_t_converter, &offset, &flags)) { in os_preadv() 4007 &fd, &buffer, Py_off_t_converter, &offset)) { in os_pwrite() 4067 &fd, &buffers, Py_off_t_converter, &offset, &flags)) { in os_pwritev() 4311 &fd, Py_off_t_converter, &length)) { in os_ftruncate() 4349 path_converter, &path, Py_off_t_converter, &length)) { in os_truncate() 4390 &fd, Py_off_t_converter, &offset, Py_off_t_converter, &length)) { in os_posix_fallocate() 4434 &fd, Py_off_t_converter, &offset, Py_off_t_converter, &length, &advice)) { in os_posix_fadvise()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 1255 Py_off_t_converter(PyObject *arg, void *addr) in Py_off_t_converter() function 8363 keywords, &out, &in, Py_off_t_converter, &offset, Py_off_t_converter, &sbytes, in posix_sendfile() 8366 keywords, &out, &in, Py_off_t_converter, &offset, &len, in posix_sendfile() 8487 if (!Py_off_t_converter(offobj, &offset)) in posix_sendfile()
|