Searched refs:incrementalDecoder (Results 1 – 2 of 2) sorted by relevance
967 PyObject *incrementalDecoder = PyObject_CallFunction( in textiowrapper_init() local970 if (incrementalDecoder == NULL) in textiowrapper_init()972 Py_XSETREF(self->decoder, incrementalDecoder); in textiowrapper_init()
885 PyObject *incrementalDecoder = PyObject_CallFunctionObjArgs( in _textiowrapper_set_decoder() local888 if (incrementalDecoder == NULL) in _textiowrapper_set_decoder()891 self->decoder = incrementalDecoder; in _textiowrapper_set_decoder()