Searched refs:_state (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/3rdparty/libtirpc/tirpc/ |
H A D | nss_tls.h | 42 static int name##_getstate(struct name##_state **); \ 51 name##_getstate(struct name##_state **p) \ 53 static struct name##_state st; \
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_stdio_output.h | 922 _state {state::normal}, 955 state _state; 1151 using common_data_base::_state; 1165 … _UCRT_VALIDATE_RETURN(_ptd, _state == state::normal || _state == state::type, EINVAL, false); 1207 using common_data_base::_state; 1720 using common_data_base::_state; 1765 _state = state::normal; 1771 _state = find_next_state(_format_char, _state); 1785 switch (_state) 2005 _state = state::type; [all …]
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | xmlstorage.cpp | 957 if (last._state < PRE_CLOSED) { in create() 987 entry._state = PRE_CLOSED; in close_pre() 1009 entry._state = ATTRIBUTES; in write_attributes() 1014 if (entry._state < ATTRIBUTES) in write_post() 1018 if (entry._state < PRE_CLOSED) in write_post() 1037 entry._state = POST; in write_post()
|
H A D | xmlstorage.h | 2978 WRITESTATE _state; member 2981 StackEntry() : _state(NOTHING), _children(false) {} in StackEntry()
|
/reactos/base/applications/taskmgr/ |
H A D | column.c | 13 #define DECLARE_COLUMN_PRESET(_name, _size, _state, _align) \ argument 14 { IDS_TAB_##_name, IDC_##_name, _size, _state, _align },
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | type_traits.h | 595 int _state;
|