Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/tirpc/
H A Dnss_tls.h42 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 Dcorecrt_internal_stdio_output.h922 _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 Dxmlstorage.cpp957 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 Dxmlstorage.h2978 WRITESTATE _state; member
2981 StackEntry() : _state(NOTHING), _children(false) {} in StackEntry()
/reactos/base/applications/taskmgr/
H A Dcolumn.c13 #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 Dtype_traits.h595 int _state;