Home
last modified time | relevance | path

Searched refs:inputobj (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c4405 PyObject *inputobj = NULL; in unicode_decode_call_errorhandler_wchar() local
4434 inputobj = PyUnicodeDecodeError_GetObject(*exceptionObject); in unicode_decode_call_errorhandler_wchar()
4435 if (!inputobj) in unicode_decode_call_errorhandler_wchar()
4437 *input = PyBytes_AS_STRING(inputobj); in unicode_decode_call_errorhandler_wchar()
4438 insize = PyBytes_GET_SIZE(inputobj); in unicode_decode_call_errorhandler_wchar()
4442 Py_DECREF(inputobj); in unicode_decode_call_errorhandler_wchar()
4518 PyObject *inputobj = NULL; in unicode_decode_call_errorhandler_writer() local
4548 inputobj = PyUnicodeDecodeError_GetObject(*exceptionObject); in unicode_decode_call_errorhandler_writer()
4549 if (!inputobj) in unicode_decode_call_errorhandler_writer()
4552 *input = PyBytes_AS_STRING(inputobj); in unicode_decode_call_errorhandler_writer()
[all...]

Completed in 11 milliseconds