Searched refs:_PyIO_str_readinto (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 162 extern PyObject *_PyIO_str_readinto;
|
D | _iomodule.c | 39 PyObject *_PyIO_str_readinto; variable 743 if (!(_PyIO_str_readinto = PyString_InternFromString("readinto"))) in init_io()
|
D | iobase.c | 820 res = PyObject_CallMethodObjArgs(self, _PyIO_str_readinto, b, NULL); in rawiobase_read()
|
D | bufferedio.c | 1300 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readinto, memobj, NULL); in _bufferedreader_raw_read()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.h | 174 extern PyObject *_PyIO_str_readinto;
|
D | _iomodule.c | 43 PyObject *_PyIO_str_readinto = NULL; variable
|
D | iobase.c | 931 res = PyObject_CallMethodObjArgs(self, _PyIO_str_readinto, b, NULL); in _io__RawIOBase_read_impl()
|
D | bufferedio.c | 1474 res = PyObject_CallMethodOneArg(self->raw, _PyIO_str_readinto, memobj); in _bufferedreader_raw_read()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | ignored-globals.txt | 448 _PyIO_str_readinto
|
D | TODO | 185 Modules/_io/_iomodule.c:_PyIO_str_readinto PyObject *_PyIO_str_readinto
|
D | known.tsv | 1465 Modules/_io/_iomodule.c - _PyIO_str_readinto variable PyObject *_PyIO_str_readinto
|