Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Dfileio.c880 portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_error)
1000 _io_FileIO_truncate_impl(fileio *self, PyObject *posobj)
Dtextio.c2456 PyObject *posobj; in _io_TextIOWrapper_seek_impl() local
2651 PyObject *posobj = NULL; in _io_TextIOWrapper_tell_impl() local
Dbufferedio.c691 PyObject *res, *posobj, *whenceobj; in _buffered_raw_seek() local
/third_party/python/Modules/_io/clinic/
Dfileio.c.h401 PyObject *posobj = Py_None; in _io_FileIO_truncate() local