Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c39 PyObject *_PyIO_str_readinto; variable
743 if (!(_PyIO_str_readinto = PyString_InternFromString("readinto"))) in init_io()
D_iomodule.h162 extern PyObject *_PyIO_str_readinto;
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()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO141 Modules/_io/_iomodule.c:_PyIO_str_readinto PyObject *_PyIO_str_readinto
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv48 Modules/_io/_iomodule.h - _PyIO_str_readinto -