Home
last modified time | relevance | path

Searched refs:PyBufferedReader_Type (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/_io/
D_iomodule.c400 Buffered_class = (PyObject *)&PyBufferedReader_Type; in _io_open_impl()
652 &PyBufferedReader_Type,
718 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
D_iomodule.h17 extern PyTypeObject PyBufferedReader_Type;
Dbufferedio.c1335 if (tp == &PyBufferedReader_Type || in buffered_iternext()
1435 self->fast_closed_checks = (Py_IS_TYPE(self, &PyBufferedReader_Type) && in _io_BufferedReader___init___impl()
2098 (PyObject *) &PyBufferedReader_Type, "On", reader, buffer_size); in _io_BufferedRWPair___init___impl()
2412 PyTypeObject PyBufferedReader_Type = { variable
Dtextio.c1184 if (Py_IS_TYPE(buffer, &PyBufferedReader_Type) || in _io_TextIOWrapper___init___impl()
/third_party/python/Tools/c-analyzer/
DTODO580 Modules/_io/bufferedio.c:PyBufferedReader_Type PyTypeObject PyBufferedReader_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv26 Modules/_io/_iomodule.h - PyBufferedReader_Type -
Dglobals-to-fix.tsv559 Modules/_io/bufferedio.c - PyBufferedReader_Type -