Searched refs:retuni (Results 1 – 2 of 2) sorted by relevance
363 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local429 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()438 retunisize = PyUnicode_GET_SIZE(retuni); in multibytecodec_decerror()441 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni), in multibytecodec_decerror()
366 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local432 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()441 retunisize = PyUnicode_GET_SIZE(retuni); in multibytecodec_decerror()444 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni), in multibytecodec_decerror()