Home
last modified time | relevance | path

Searched refs:_PyIO_str_closed (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h150 extern PyObject *_PyIO_str_closed;
D_iomodule.c27 PyObject *_PyIO_str_closed; variable
719 if (!(_PyIO_str_closed = PyString_InternFromString("closed"))) in init_io()
Diobase.c146 res = PyObject_GetAttr(self, _PyIO_str_closed); in iobase_closed()
221 res = PyObject_GetAttr(self, _PyIO_str_closed); in _PyIOBase_finalize()
Dbufferedio.c439 res = PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed()
451 return PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed_get()
2235 return PyObject_GetAttr((PyObject *) self->writer, _PyIO_str_closed); in bufferedrwpair_closed_get()
Dtextio.c2545 return PyObject_GetAttr(self->buffer, _PyIO_str_closed); in textiowrapper_closed_get()
/external/python/cpython3/Modules/_io/
D_iomodule.h160 extern PyObject *_PyIO_str_closed;
Diobase.c188 closed = _PyObject_LookupAttr(self, _PyIO_str_closed, &res); in iobase_check_closed()
269 if (_PyObject_LookupAttr(self, _PyIO_str_closed, &res) <= 0) { in iobase_finalize()
D_iomodule.c29 PyObject *_PyIO_str_closed = NULL; variable
Dbufferedio.c470 res = PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed()
482 return PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed_get()
2261 return PyObject_GetAttr((PyObject *) self->writer, _PyIO_str_closed); in bufferedrwpair_closed_get()
Dtextio.c3125 return PyObject_GetAttr(self->buffer, _PyIO_str_closed); in textiowrapper_closed_get()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt435 _PyIO_str_closed
DTODO171 Modules/_io/_iomodule.c:_PyIO_str_closed PyObject *_PyIO_str_closed
Dknown.tsv1451 Modules/_io/_iomodule.c - _PyIO_str_closed variable PyObject *_PyIO_str_closed