Home
last modified time | relevance | path

Searched refs:_PyIO_str_decode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c28 PyObject *_PyIO_str_decode; variable
721 if (!(_PyIO_str_decode = PyString_InternFromString("decode"))) in init_io()
D_iomodule.h151 extern PyObject *_PyIO_str_decode;
Dtextio.c276 _PyIO_str_decode, input, final ? Py_True : Py_False, NULL); in _PyIncrementalNewlineDecoder_decode()
1456 _PyIO_str_decode, input_chunk, eof ? Py_True : Py_False, NULL); in textiowrapper_read_chunk()
1521 decoded = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_decode, in textiowrapper_read()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO128 Modules/_io/_iomodule.c:_PyIO_str_decode PyObject *_PyIO_str_decode
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv35 Modules/_io/_iomodule.h - _PyIO_str_decode -