Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.h162 extern PyObject *_PyIO_str_readinto;
D_iomodule.c39 PyObject *_PyIO_str_readinto; variable
743 if (!(_PyIO_str_readinto = PyString_InternFromString("readinto"))) in init_io()
Diobase.c820 res = PyObject_CallMethodObjArgs(self, _PyIO_str_readinto, b, NULL); in rawiobase_read()
Dbufferedio.c1300 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readinto, memobj, NULL); in _bufferedreader_raw_read()
/external/python/cpython3/Modules/_io/
D_iomodule.h172 extern PyObject *_PyIO_str_readinto;
D_iomodule.c44 PyObject *_PyIO_str_readinto = NULL; variable
Diobase.c915 res = PyObject_CallMethodObjArgs(self, _PyIO_str_readinto, b, NULL); in _io__RawIOBase_read_impl()
Dbufferedio.c1479 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readinto, memobj, NULL); in _bufferedreader_raw_read()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt448 _PyIO_str_readinto