Home
last modified time | relevance | path

Searched refs:_PyIO_str_seek (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h165 extern PyObject *_PyIO_str_seek;
D_iomodule.c42 PyObject *_PyIO_str_seek; variable
749 if (!(_PyIO_str_seek = PyString_InternFromString("seek"))) in init_io()
Dbufferedio.c655 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_seek, in _buffered_raw_seek()
Dtextio.c2119 _PyIO_str_seek, posobj, NULL); in textiowrapper_seek()
/external/python/cpython3/Modules/_io/
D_iomodule.h175 extern PyObject *_PyIO_str_seek;
D_iomodule.c47 PyObject *_PyIO_str_seek = NULL; variable
Dbufferedio.c712 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_seek, in _buffered_raw_seek()
Dtextio.c2436 _PyIO_str_seek, posobj, NULL); in _io_TextIOWrapper_seek_impl()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt451 _PyIO_str_seek