Searched defs:posobj (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | fileio.c | 753 portable_lseek(int fd, PyObject *posobj, int whence) in portable_lseek() 811 PyObject *posobj; in fileio_seek() local 836 PyObject *posobj = NULL; /* the new size wanted by the user */ in fileio_truncate() local
|
D | textio.c | 2011 PyObject *cookieObj, *posobj; in textiowrapper_seek() local 2195 PyObject *posobj = NULL; in textiowrapper_tell() local
|
D | stringio.c | 409 PyObject *posobj; in stringio_seek() local
|
D | bytesio.c | 504 PyObject *posobj; in bytesio_seek() local
|
D | bufferedio.c | 644 PyObject *res, *posobj, *whenceobj; in _buffered_raw_seek() local
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | fileio.c | 882 portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_error) 1002 _io_FileIO_truncate_impl(fileio *self, PyObject *posobj)
|
D | textio.c | 2426 PyObject *posobj; in _io_TextIOWrapper_seek_impl() local 2621 PyObject *posobj = NULL; in _io_TextIOWrapper_tell_impl() local
|
D | bufferedio.c | 677 PyObject *res, *posobj, *whenceobj; in _buffered_raw_seek() local
|
/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/ |
D | fileio.c.h | 401 PyObject *posobj = Py_None; in _io_FileIO_truncate() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 6744 PyObject *posobj; in posix_lseek() local
|