Lines Matching refs:inputobj
4405 PyObject *inputobj = NULL;
4434 inputobj = PyUnicodeDecodeError_GetObject(*exceptionObject);
4435 if (!inputobj)
4437 *input = PyBytes_AS_STRING(inputobj);
4438 insize = PyBytes_GET_SIZE(inputobj);
4442 Py_DECREF(inputobj);
4518 PyObject *inputobj = NULL;
4548 inputobj = PyUnicodeDecodeError_GetObject(*exceptionObject);
4549 if (!inputobj)
4552 *input = PyBytes_AS_STRING(inputobj);
4553 insize = PyBytes_GET_SIZE(inputobj);
4557 Py_DECREF(inputobj);