Searched refs:_PyCodecInfo_GetIncrementalDecoder (Results 1 – 6 of 6) sorted by relevance
117 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
135 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
280 PyObject *_PyCodecInfo_GetIncrementalDecoder(PyObject *codec_info, in _PyCodecInfo_GetIncrementalDecoder() function
334 PyObject *_PyCodecInfo_GetIncrementalDecoder(PyObject *codec_info, in _PyCodecInfo_GetIncrementalDecoder() function
961 self->decoder = _PyCodecInfo_GetIncrementalDecoder(codec_info, in textiowrapper_init()
869 self->decoder = _PyCodecInfo_GetIncrementalDecoder(codec_info, errors); in _textiowrapper_set_decoder()