Searched refs:filesystem_errors (Results 1 – 9 of 9) sorted by relevance
636 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()
888 return PyUnicode_FromWideChar(config->filesystem_errors, -1); in sys_getfilesystemencodeerrors_impl()
150 wchar_t *filesystem_errors; member
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()
654 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.682 :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`.