ReactOS 0.4.16-dev-852-gcfcc8d8
__acrt_ptd Struct Reference

#include <corecrt_internal.h>

Collaboration diagram for __acrt_ptd:

Public Attributes

struct __crt_signal_action_t_pxcptacttab
 
EXCEPTION_POINTERS_tpxcptinfoptrs
 
int _tfpecode
 
terminate_handler _terminate
 
int _terrno
 
unsigned long _tdoserrno
 
unsigned int _rand_state
 
char_strtok_token
 
unsigned char_mbstok_token
 
wchar_t_wcstok_token
 
char_tmpnam_narrow_buffer
 
wchar_t_tmpnam_wide_buffer
 
char_asctime_buffer
 
wchar_t_wasctime_buffer
 
struct tm_gmtime_buffer
 
char_cvtbuf
 
char_strerror_buffer
 
wchar_t_wcserror_buffer
 
__crt_multibyte_data_multibyte_info
 
__crt_locale_data_locale_info
 
__crt_qualified_locale_data _setloc_data
 
__crt_qualified_locale_data_downlevel_setloc_downlevel_data
 
int _own_locale
 
unsigned char _putch_buffer [MB_LEN_MAX]
 
unsigned short _putch_buffer_used
 
_invalid_parameter_handler _thread_local_iph
 
__acrt_thread_parameter_beginthread_context
 

Detailed Description

Definition at line 864 of file corecrt_internal.h.

Member Data Documentation

◆ _asctime_buffer

char* __acrt_ptd::_asctime_buffer

Definition at line 888 of file corecrt_internal.h.

◆ _beginthread_context

__acrt_thread_parameter* __acrt_ptd::_beginthread_context

Definition at line 916 of file corecrt_internal.h.

Referenced by thread_start().

◆ _cvtbuf

char* __acrt_ptd::_cvtbuf

Definition at line 892 of file corecrt_internal.h.

Referenced by try_get_ptd_buffer().

◆ _gmtime_buffer

struct tm* __acrt_ptd::_gmtime_buffer

Definition at line 890 of file corecrt_internal.h.

◆ _locale_info

__crt_locale_data* __acrt_ptd::_locale_info

Definition at line 900 of file corecrt_internal.h.

◆ _mbstok_token

unsigned char* __acrt_ptd::_mbstok_token

Definition at line 880 of file corecrt_internal.h.

◆ _multibyte_info

__crt_multibyte_data* __acrt_ptd::_multibyte_info

Definition at line 899 of file corecrt_internal.h.

◆ _own_locale

int __acrt_ptd::_own_locale

Definition at line 903 of file corecrt_internal.h.

◆ _putch_buffer

unsigned char __acrt_ptd::_putch_buffer[MB_LEN_MAX]

Definition at line 907 of file corecrt_internal.h.

Referenced by _putch_nolock_internal().

◆ _putch_buffer_used

unsigned short __acrt_ptd::_putch_buffer_used

Definition at line 908 of file corecrt_internal.h.

Referenced by _putch_nolock_internal().

◆ _pxcptacttab

struct __crt_signal_action_t* __acrt_ptd::_pxcptacttab

Definition at line 867 of file corecrt_internal.h.

◆ _rand_state

unsigned int __acrt_ptd::_rand_state

Definition at line 876 of file corecrt_internal.h.

Referenced by srand().

◆ _setloc_data

◆ _setloc_downlevel_data

◆ _strerror_buffer

char* __acrt_ptd::_strerror_buffer

Definition at line 895 of file corecrt_internal.h.

◆ _strtok_token

char* __acrt_ptd::_strtok_token

Definition at line 879 of file corecrt_internal.h.

◆ _tdoserrno

unsigned long __acrt_ptd::_tdoserrno

Definition at line 874 of file corecrt_internal.h.

◆ _terminate

terminate_handler __acrt_ptd::_terminate

Definition at line 871 of file corecrt_internal.h.

Referenced by terminate().

◆ _terrno

int __acrt_ptd::_terrno

Definition at line 873 of file corecrt_internal.h.

◆ _tfpecode

int __acrt_ptd::_tfpecode

Definition at line 869 of file corecrt_internal.h.

Referenced by __fpecode().

◆ _thread_local_iph

_invalid_parameter_handler __acrt_ptd::_thread_local_iph

Definition at line 911 of file corecrt_internal.h.

Referenced by _invalid_parameter_internal().

◆ _tmpnam_narrow_buffer

char* __acrt_ptd::_tmpnam_narrow_buffer

Definition at line 884 of file corecrt_internal.h.

◆ _tmpnam_wide_buffer

wchar_t* __acrt_ptd::_tmpnam_wide_buffer

Definition at line 885 of file corecrt_internal.h.

◆ _tpxcptinfoptrs

EXCEPTION_POINTERS* __acrt_ptd::_tpxcptinfoptrs

Definition at line 868 of file corecrt_internal.h.

Referenced by __pxcptinfoptrs().

◆ _wasctime_buffer

wchar_t* __acrt_ptd::_wasctime_buffer

Definition at line 889 of file corecrt_internal.h.

◆ _wcserror_buffer

wchar_t* __acrt_ptd::_wcserror_buffer

Definition at line 896 of file corecrt_internal.h.

◆ _wcstok_token

wchar_t* __acrt_ptd::_wcstok_token

Definition at line 881 of file corecrt_internal.h.

Referenced by wcstok().


The documentation for this struct was generated from the following file: