Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
D_iomodule.h173 extern PyObject *_PyIO_str_readinto;
D_iomodule.c45 PyObject *_PyIO_str_readinto = NULL; variable
Diobase.c933 res = PyObject_CallMethodObjArgs(self, _PyIO_str_readinto, b, NULL); in _io__RawIOBase_read_impl()
Dbufferedio.c1476 res = PyObject_CallMethodOneArg(self->raw, _PyIO_str_readinto, memobj); in _bufferedreader_raw_read()
/third_party/python/Tools/c-analyzer/
DTODO180 Modules/_io/_iomodule.c:_PyIO_str_readinto PyObject *_PyIO_str_readinto
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv39 Modules/_io/_iomodule.h - _PyIO_str_readinto -
2672 Modules/_io/_iomodule.c - _PyIO_str_readinto -