Home
last modified time | relevance | path

Searched refs:_Py_error_handler (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
Dfileutils.h15 } _Py_error_handler; typedef
17 PyAPI_FUNC(_Py_error_handler) _Py_GetErrorHandler(const char *errors);
25 _Py_error_handler errors);
33 _Py_error_handler errors);
/third_party/python/Include/internal/
Dpycore_fileutils.h21 _Py_error_handler errors);
29 _Py_error_handler errors);
Dpycore_interp.h53 _Py_error_handler error_handler;
/third_party/python/Python/
Dfileutils.c50 get_surrogateescape(_Py_error_handler errors, int *surrogateescape) in get_surrogateescape()
311 int raw_malloc, _Py_error_handler errors) in encode_ascii()
385 const char **reason, _Py_error_handler errors) in decode_ascii()
437 const char **reason, _Py_error_handler errors) in decode_current_locale()
585 int current_locale, _Py_error_handler errors) in _Py_DecodeLocaleEx()
665 int raw_malloc, _Py_error_handler errors) in encode_current_locale()
776 int raw_malloc, int current_locale, _Py_error_handler errors) in encode_locale_ex()
865 int current_locale, _Py_error_handler errors) in _Py_EncodeLocaleEx()
/third_party/python/Objects/
Dunicodeobject.c304 unicode_encode_utf8(PyObject *unicode, _Py_error_handler error_handler,
308 _Py_error_handler error_handler, const char *errors,
400 _Py_error_handler
428 static _Py_error_handler
3799 unicode_encode_locale(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_locale()
3851 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_EncodeLocale()
3879 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_EncodeFSDefault()
4030 _Py_error_handler errors, int current_locale) in unicode_decode_locale()
4073 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize()
4081 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocale()
[all …]
/third_party/python/Objects/stringlib/
Dcodecs.h265 _Py_error_handler error_handler, in STRINGLIB()
/third_party/python/Modules/
D_testcapimodule.c5259 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in encode_locale_ex()
5303 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in decode_locale_ex()