Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
D_iomodule.c458 Buffered_class = (PyObject *)&PyBufferedReader_Type; in _io_open_impl()
756 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
757 ADD_TYPE(&PyBufferedReader_Type); in PyInit__io()
D_iomodule.h17 extern PyTypeObject PyBufferedReader_Type;
Dbufferedio.c1351 if (tp == &PyBufferedReader_Type || in buffered_iternext()
1451 self->fast_closed_checks = (Py_IS_TYPE(self, &PyBufferedReader_Type) && in _io_BufferedReader___init___impl()
2116 (PyObject *) &PyBufferedReader_Type, "On", reader, buffer_size); in _io_BufferedRWPair___init___impl()
2430 PyTypeObject PyBufferedReader_Type = { variable
Dtextio.c1227 if (Py_IS_TYPE(buffer, &PyBufferedReader_Type) || in _io_TextIOWrapper___init___impl()
/third_party/python/Tools/c-analyzer/
DTODO623 Modules/_io/bufferedio.c:PyBufferedReader_Type PyTypeObject PyBufferedReader_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv17 Modules/_io/_iomodule.h - PyBufferedReader_Type -
2291 Modules/_io/bufferedio.c - PyBufferedReader_Type -