Home
last modified time | relevance | path

Searched defs:posobj (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_io/
Dfileio.c753 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
Dtextio.c2011 PyObject *cookieObj, *posobj; in textiowrapper_seek() local
2195 PyObject *posobj = NULL; in textiowrapper_tell() local
Dstringio.c409 PyObject *posobj; in stringio_seek() local
Dbytesio.c504 PyObject *posobj; in bytesio_seek() local
Dbufferedio.c644 PyObject *res, *posobj, *whenceobj; in _buffered_raw_seek() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dfileio.c882 portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_error)
1002 _io_FileIO_truncate_impl(fileio *self, PyObject *posobj)
Dtextio.c2426 PyObject *posobj; in _io_TextIOWrapper_seek_impl() local
2621 PyObject *posobj = NULL; in _io_TextIOWrapper_tell_impl() local
Dbufferedio.c677 PyObject *res, *posobj, *whenceobj; in _buffered_raw_seek() local
/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dfileio.c.h401 PyObject *posobj = Py_None; in _io_FileIO_truncate() local
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c6744 PyObject *posobj; in posix_lseek() local