Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dinitconfig.c673 assert(config->filesystem_errors != NULL); in config_check_consistency()
724 CLEAR(config->filesystem_errors); in PyConfig_Clear()
991 COPY_WSTR_ATTR(filesystem_errors); in _PyConfig_Copy()
1065 SET_ITEM_WSTR(filesystem_errors); in _PyConfig_AsDict()
1346 GET_WSTR(filesystem_errors); in _PyConfig_FromDict()
2053 if (config->filesystem_errors == NULL) { in config_init_fs_encoding()
2065 status = PyConfig_SetString(config, &config->filesystem_errors, errors); in config_init_fs_encoding()
2161 if (config->filesystem_encoding == NULL || config->filesystem_errors == NULL) { in config_read()
H A Dsysmodule.c883 return PyUnicode_FromWideChar(config->filesystem_errors, -1); in sys_getfilesystemencodeerrors_impl()
/third_party/python/Include/cpython/
H A Dinitconfig.h152 wchar_t *filesystem_errors; member
/third_party/python/Objects/
H A Dunicodeobject.c3807 const wchar_t *filesystem_errors = config->filesystem_errors; in PyUnicode_EncodeFSDefault() local
3808 assert(filesystem_errors != NULL); in PyUnicode_EncodeFSDefault()
3809 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_EncodeFSDefault()
4045 const wchar_t *filesystem_errors = config->filesystem_errors; in PyUnicode_DecodeFSDefaultAndSize() local
4046 assert(filesystem_errors != NULL); in PyUnicode_DecodeFSDefaultAndSize()
4047 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_DecodeFSDefaultAndSize()
15961 error_handler = get_error_handler_wide(config->filesystem_errors); in init_fs_codec()
15974 if (encode_wstr_utf8(config->filesystem_errors, in init_fs_codec()
[all...]

Completed in 30 milliseconds