Home
last modified time | relevance | path

Searched refs:filesystem_errors (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Python/
Dinitconfig.c636 assert(config->filesystem_errors != NULL); in config_check_consistency()
682 CLEAR(config->filesystem_errors); in PyConfig_Clear()
937 COPY_WSTR_ATTR(filesystem_errors); in _PyConfig_Copy()
1007 SET_ITEM_WSTR(filesystem_errors); in _PyConfig_AsDict()
1283 GET_WSTR(filesystem_errors); in _PyConfig_FromDict()
2079 if (config->filesystem_errors == NULL) { in config_init_fs_encoding()
2091 status = PyConfig_SetString(config, &config->filesystem_errors, errors); in config_init_fs_encoding()
2169 if (config->filesystem_encoding == NULL || config->filesystem_errors == NULL) { in config_read()
Dsysmodule.c888 return PyUnicode_FromWideChar(config->filesystem_errors, -1); in sys_getfilesystemencodeerrors_impl()
/third_party/python/Include/cpython/
Dinitconfig.h150 wchar_t *filesystem_errors; member
/third_party/python/Doc/c-api/
Dsys.rst147 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
187 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
Dinit_config.rst302 * Set :c:member:`PyConfig.filesystem_errors` to ``"replace"``.
702 See also the :c:member:`~PyConfig.filesystem_errors` member.
704 .. c:member:: wchar_t* filesystem_errors
/third_party/python/Objects/
Dunicodeobject.c3877 const wchar_t *filesystem_errors = config->filesystem_errors; in PyUnicode_EncodeFSDefault() local
3878 assert(filesystem_errors != NULL); in PyUnicode_EncodeFSDefault()
3879 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_EncodeFSDefault()
4115 const wchar_t *filesystem_errors = config->filesystem_errors; in PyUnicode_DecodeFSDefaultAndSize() local
4116 assert(filesystem_errors != NULL); in PyUnicode_DecodeFSDefaultAndSize()
4117 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_DecodeFSDefaultAndSize()
16226 error_handler = get_error_handler_wide(config->filesystem_errors); in init_fs_codec()
16239 if (encode_wstr_utf8(config->filesystem_errors, in init_fs_codec()
16339 PyMem_RawFree(config->filesystem_errors); in _PyUnicode_EnableLegacyWindowsFSEncoding()
16340 config->filesystem_errors = errors; in _PyUnicode_EnableLegacyWindowsFSEncoding()
/third_party/python/Doc/library/
Dsys.rst654 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
682 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
Dos.rst77 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
/third_party/python/Doc/
Dglossary.rst418 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.