Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dfileio.c904 portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_error)
1025 _io_FileIO_truncate_impl(fileio *self, PyTypeObject *cls, PyObject *posobj)
Dtextio.c2518 PyObject *posobj; in _io_TextIOWrapper_seek_impl() local
2717 PyObject *posobj = NULL; in _io_TextIOWrapper_tell_impl() local
Dbufferedio.c792 PyObject *res, *posobj, *whenceobj; in _buffered_raw_seek() local
/external/python/cpython3/Modules/_io/clinic/
Dfileio.c.h491 PyObject *posobj = Py_None; in _io_FileIO_truncate() local