Searched refs:filesystem_errors (Results 1 – 9 of 9) sorted by relevance
150 wchar_t *filesystem_errors; member
628 assert(config->filesystem_errors != NULL); in config_check_consistency()674 CLEAR(config->filesystem_errors); in PyConfig_Clear()925 COPY_WSTR_ATTR(filesystem_errors); in _PyConfig_Copy()995 SET_ITEM_WSTR(filesystem_errors); in _PyConfig_AsDict()1271 GET_WSTR(filesystem_errors); in _PyConfig_FromDict()2019 if (config->filesystem_errors == NULL) { in config_init_fs_encoding()2031 status = PyConfig_SetString(config, &config->filesystem_errors, errors); in config_init_fs_encoding()2109 if (config->filesystem_encoding == NULL || config->filesystem_errors == NULL) { in config_read()
887 return PyUnicode_FromWideChar(config->filesystem_errors, -1); in sys_getfilesystemencodeerrors_impl()
147 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.187 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
302 * 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
3877 const wchar_t *filesystem_errors = config->filesystem_errors; in PyUnicode_EncodeFSDefault() local3878 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() local4116 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()
650 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.678 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
77 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
418 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.