Home
last modified time | relevance | path

Searched refs:retuni (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dmultibytecodec.c363 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
429 !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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dmultibytecodec.c366 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
432 !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()