Home
last modified time | relevance | path

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

/reactos/dll/win32/inetcomm/
H A Dmimeintl.c57 HCHARSET default_charset; member
123 InterlockedExchangePointer(&This->default_charset, hCharset); in MimeInternat_SetDefaultCharset()
135 if(This->default_charset == NULL) in MimeInternat_GetDefaultCharset()
140 InterlockedCompareExchangePointer(&This->default_charset, hcs, NULL); in MimeInternat_GetDefaultCharset()
142 *phCharset = This->default_charset; in MimeInternat_GetDefaultCharset()
535 global_internat->default_charset = NULL; in MimeInternational_Construct()