Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c353 PyObject *unicode, PyObject **exceptionObject,
357 raise_encode_exception(PyObject **exceptionObject,
4342 make_decode_exception(PyObject **exceptionObject, in make_decode_exception() argument
4348 if (*exceptionObject == NULL) { in make_decode_exception()
4349 *exceptionObject = PyUnicodeDecodeError_Create( in make_decode_exception()
4353 if (PyUnicodeDecodeError_SetStart(*exceptionObject, startpos)) in make_decode_exception()
4355 if (PyUnicodeDecodeError_SetEnd(*exceptionObject, endpos)) in make_decode_exception()
4357 if (PyUnicodeDecodeError_SetReason(*exceptionObject, reason)) in make_decode_exception()
4363 Py_CLEAR(*exceptionObject); in make_decode_exception()
4394 Py_ssize_t *endinpos, PyObject **exceptionObject, cons in unicode_decode_call_errorhandler_wchar()
4390 unicode_decode_call_errorhandler_wchar( const char *errors, PyObject **errorHandler, const char *encoding, const char *reason, const char **input, const char **inend, Py_ssize_t *startinpos, Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, wchar_t **buf, Py_ssize_t *bufsize, Py_ssize_t *outpos) unicode_decode_call_errorhandler_wchar() argument
4503 unicode_decode_call_errorhandler_writer( const char *errors, PyObject **errorHandler, const char *encoding, const char *reason, const char **input, const char **inend, Py_ssize_t *startinpos, Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, _PyUnicodeWriter *writer ) unicode_decode_call_errorhandler_writer() argument
6947 make_encode_exception(PyObject **exceptionObject, const char *encoding, PyObject *unicode, Py_ssize_t startpos, Py_ssize_t endpos, const char *reason) make_encode_exception() argument
6973 raise_encode_exception(PyObject **exceptionObject, const char *encoding, PyObject *unicode, Py_ssize_t startpos, Py_ssize_t endpos, const char *reason) raise_encode_exception() argument
6990 unicode_encode_call_errorhandler(const char *errors, PyObject **errorHandler, const char *encoding, const char *reason, PyObject *unicode, PyObject **exceptionObject, Py_ssize_t startpos, Py_ssize_t endpos, Py_ssize_t *newpos) unicode_encode_call_errorhandler() argument
8670 charmap_encoding_error( PyObject *unicode, Py_ssize_t *inpos, PyObject *mapping, PyObject **exceptionObject, _Py_error_handler *error_handler, PyObject **error_handler_obj, const char *errors, PyObject **res, Py_ssize_t *respos) charmap_encoding_error() argument
8899 make_translate_exception(PyObject **exceptionObject, PyObject *unicode, Py_ssize_t startpos, Py_ssize_t endpos, const char *reason) make_translate_exception() argument
8926 unicode_translate_call_errorhandler(const char *errors, PyObject **errorHandler, const char *reason, PyObject *unicode, PyObject **exceptionObject, Py_ssize_t startpos, Py_ssize_t endpos, Py_ssize_t *newpos) unicode_translate_call_errorhandler() argument
[all...]

Completed in 11 milliseconds