Searched refs:retstr (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | multibytecodec.c | 225 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local 322 retstr = multibytecodec_encode(codec, state, &uraw, in multibytecodec_encerror() 325 if (retstr == NULL) in multibytecodec_encerror() 329 retstrsize = PyString_GET_SIZE(retstr); in multibytecodec_encerror() 332 memcpy(buf->outbuf, PyString_AS_STRING(retstr), retstrsize); in multibytecodec_encerror() 348 Py_DECREF(retstr); in multibytecodec_encerror() 353 Py_XDECREF(retstr); in multibytecodec_encerror()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | multibytecodec.c | 227 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local 324 retstr = multibytecodec_encode(codec, state, &uraw, in multibytecodec_encerror() 327 if (retstr == NULL) in multibytecodec_encerror() 331 retstrsize = PyString_GET_SIZE(retstr); in multibytecodec_encerror() 334 memcpy(buf->outbuf, PyString_AS_STRING(retstr), retstrsize); in multibytecodec_encerror() 351 Py_DECREF(retstr); in multibytecodec_encerror() 356 Py_XDECREF(retstr); in multibytecodec_encerror()
|