Home
last modified time | relevance | path

Searched refs:_PyIO_str_read (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h159 extern PyObject *_PyIO_str_read;
D_iomodule.c36 PyObject *_PyIO_str_read; variable
737 if (!(_PyIO_str_read = PyString_InternFromString("read"))) in init_io()
Dbufferedio.c1382 data = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_read, NULL); in _bufferedreader_read_all()
/external/python/cpython3/Modules/_io/
D_iomodule.h170 extern PyObject *_PyIO_str_read;
D_iomodule.c39 PyObject *_PyIO_str_read = NULL; variable
Dbufferedio.c1573 data = PyObject_CallMethodNoArgs(self->raw, _PyIO_str_read); in _bufferedreader_read_all()
Dtextio.c1855 (self->has_read1 ? _PyIO_str_read1: _PyIO_str_read), in textiowrapper_read_chunk()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt444 _PyIO_str_read
DTODO181 Modules/_io/_iomodule.c:_PyIO_str_read PyObject *_PyIO_str_read
Dknown.tsv1461 Modules/_io/_iomodule.c - _PyIO_str_read variable PyObject *_PyIO_str_read