Home
last modified time | relevance | path

Searched refs:_PyIO_str_seekable (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h166 extern PyObject *_PyIO_str_seekable;
D_iomodule.c43 PyObject *_PyIO_str_seekable; variable
751 if (!(_PyIO_str_seekable = PyString_InternFromString("seekable"))) in init_io()
Diobase.c325 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_seekable, NULL); in _PyIOBase_check_seekable()
Dbufferedio.c518 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_seekable, NULL); in buffered_seekable()
/external/python/cpython3/Modules/_io/
D_iomodule.h178 extern PyObject *_PyIO_str_seekable;
D_iomodule.c47 PyObject *_PyIO_str_seekable = NULL; variable
Diobase.c384 PyObject *res = PyObject_CallMethodNoArgs(self, _PyIO_str_seekable); in _PyIOBase_check_seekable()
Dbufferedio.c562 return PyObject_CallMethodNoArgs(self->raw, _PyIO_str_seekable); in buffered_seekable()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt452 _PyIO_str_seekable
DTODO189 Modules/_io/_iomodule.c:_PyIO_str_seekable PyObject *_PyIO_str_seekable
Dknown.tsv1469 Modules/_io/_iomodule.c - _PyIO_str_seekable variable PyObject *_PyIO_str_seekable