Searched refs:Py_off_t (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Modules/_io/ |
H A D | bufferedio.c | 201 Py_off_t abs_pos; 206 Py_off_t pos; 208 Py_off_t raw_pos; 212 Py_off_t read_end; 215 Py_off_t write_pos; 218 Py_off_t write_end; 331 if (IS_CLOSED(self) && (Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t) == 0)) { \ 653 static Py_off_t 656 Py_off_t n; in _buffered_raw_tell() 674 static Py_off_t [all...] |
H A D | _iomodule.h | 95 typedef long long Py_off_t; typedef 106 typedef off_t Py_off_t; typedef 134 extern Py_off_t PyNumber_AsOff_t(PyObject *item, PyObject *err);
|
H A D | fileio.c | 695 Py_off_t pos, end; 719 end = (Py_off_t)-1; 884 Py_off_t pos, res; 1005 Py_off_t pos;
|
H A D | _iomodule.c | 522 Py_off_t in PyNumber_AsOff_t() 525 Py_off_t result; in PyNumber_AsOff_t()
|
H A D | textio.c | 2286 Py_off_t start_pos; 2300 #define COOKIE_BUF_LEN (sizeof(Py_off_t) + 3 * sizeof(int) + sizeof(char)) 2318 # define OFF_DEC_FLAGS (sizeof(Py_off_t)) 2319 # define OFF_BYTES_TO_FEED (sizeof(Py_off_t) + sizeof(int)) 2320 # define OFF_CHARS_TO_SKIP (sizeof(Py_off_t) + 2 * sizeof(int)) 2321 # define OFF_NEED_EOF (sizeof(Py_off_t) + 3 * sizeof(int))
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 4773 os_lockf_impl(PyObject *module, int fd, int command, Py_off_t length); 4781 Py_off_t length; in os_lockf() 4817 static Py_off_t 4818 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how); 4825 Py_off_t position; in os_lseek() 4827 Py_off_t _return_value; in os_lseek() 4962 os_pread_impl(PyObject *module, int fd, Py_ssize_t length, Py_off_t offset); 4970 Py_off_t offset; in os_pread() 5028 os_preadv_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, 5037 Py_off_t offse in os_preadv() [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 1479 typedef long long Py_off_t; typedef 1481 typedef off_t Py_off_t; typedef 1488 *((Py_off_t *)addr) = PyLong_AsLongLong(arg); in Py_off_t_converter() 1490 *((Py_off_t *)addr) = PyLong_AsLong(arg); in Py_off_t_converter() 1498 PyLong_FromPy_off_t(Py_off_t offset) in PyLong_FromPy_off_t() 2856 type = 'Py_off_t' 2860 type = 'Py_off_t' 9524 length: Py_off_t 9533 os_lockf_impl(PyObject *module, int fd, int command, Py_off_t length) in os_lockf_impl() 9555 os.lseek -> Py_off_t [all...] |
Completed in 27 milliseconds