Searched refs:retuni (Results 1 – 2 of 2) sorted by relevance
365 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local431 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()439 retunisize = PyUnicode_GET_SIZE(retuni); in multibytecodec_decerror()442 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni), in multibytecodec_decerror()
352 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local420 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()428 if (_PyUnicodeWriter_WriteStr(&buf->writer, retuni) < 0) in multibytecodec_decerror()