Home
last modified time | relevance | path

Searched refs:_PyIO_str_read1 (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h160 extern PyObject *_PyIO_str_read1;
D_iomodule.c37 PyObject *_PyIO_str_read1; variable
739 if (!(_PyIO_str_read1 = PyString_InternFromString("read1"))) in init_io()
Dtextio.c1437 _PyIO_str_read1, chunk_size, NULL); in textiowrapper_read_chunk()
/external/python/cpython3/Modules/_io/
D_iomodule.h171 extern PyObject *_PyIO_str_read1;
D_iomodule.c40 PyObject *_PyIO_str_read1 = NULL; variable
Dtextio.c1255 r = _PyObject_LookupAttr(buffer, _PyIO_str_read1, &res); in _io_TextIOWrapper___init___impl()
1855 (self->has_read1 ? _PyIO_str_read1: _PyIO_str_read), in textiowrapper_read_chunk()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt445 _PyIO_str_read1
DTODO182 Modules/_io/_iomodule.c:_PyIO_str_read1 PyObject *_PyIO_str_read1
Dknown.tsv1462 Modules/_io/_iomodule.c - _PyIO_str_read1 variable PyObject *_PyIO_str_read1