Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h33 } _Py_error_handler; typedef
35 PyAPI_FUNC(_Py_error_handler) _Py_GetErrorHandler(const char *errors);
43 _Py_error_handler errors);
51 _Py_error_handler errors);
/external/python/cpython3/Include/internal/
Dpycore_fileutils.h21 _Py_error_handler errors);
29 _Py_error_handler errors);
Dpycore_pystate.h106 _Py_error_handler error_handler;
/external/python/cpython3/Python/
Dfileutils.c38 get_surrogateescape(_Py_error_handler errors, int *surrogateescape) in get_surrogateescape()
244 int raw_malloc, _Py_error_handler errors) in encode_ascii()
318 const char **reason, _Py_error_handler errors) in decode_ascii()
370 const char **reason, _Py_error_handler errors) in decode_current_locale()
536 int current_locale, _Py_error_handler errors) in _Py_DecodeLocaleEx()
616 int raw_malloc, _Py_error_handler errors) in encode_current_locale()
727 int raw_malloc, int current_locale, _Py_error_handler errors) in encode_locale_ex()
816 int current_locale, _Py_error_handler errors) in _Py_EncodeLocaleEx()
/external/python/cpython3/Objects/
Dunicodeobject.c269 unicode_encode_utf8(PyObject *unicode, _Py_error_handler error_handler,
273 _Py_error_handler error_handler, const char *errors,
372 _Py_error_handler
400 static _Py_error_handler
3491 unicode_encode_locale(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_locale()
3543 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_EncodeLocale()
3559 _Py_error_handler errors; in PyUnicode_EncodeFSDefault()
3577 _Py_error_handler errors; in PyUnicode_EncodeFSDefault()
3722 _Py_error_handler errors, int current_locale) in unicode_decode_locale()
3765 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize()
[all …]
/external/python/cpython3/Objects/stringlib/
Dcodecs.h263 _Py_error_handler error_handler, in STRINGLIB()
/external/python/cpython3/Modules/
D_testcapimodule.c4946 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in encode_locale_ex()
4990 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in decode_locale_ex()