/reactos/modules/rostests/tests/wpickclick/ |
H A D | wpickclick.c | 118 action_t* action; in WinMain() local 172 action=pGetAction(); in WinMain() 173 if (!action) in WinMain() 180 switch (action->action) in WinMain() 194 printf("button%d %ld %ld\n", action->action-ACTION_BUTTON1+1, in WinMain() 195 action->x, action->y); in WinMain() 198 fprintf(stderr, "Error: Unknown action %d\n",action->action); in WinMain() 199 printf("%d\n", action->action); in WinMain() 208 cxlog("\n%s: action=%d x=%ld y=%ld\n", __FILE__, action->action, in WinMain() 209 action->x, action->y); in WinMain() [all …]
|
/reactos/sdk/lib/crt/startup/ |
H A D | crt_handler.c | 115 action = 0; //EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler() 183 return action; in __mingw_SEH_error_handler() 199 long action = EXCEPTION_CONTINUE_SEARCH; in _gnu_exception_handler() local 220 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler() 226 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler() 239 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler() 245 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler() 266 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler() 272 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler() 282 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler() [all …]
|
/reactos/dll/win32/msi/ |
H A D | custom.c | 188 return wcsdup(action); in get_deferred_action() 310 action = malloc( sizeof(*action) ); in file_running_action() 312 action->handle = Handle; in file_running_action() 313 action->process = process; in file_running_action() 390 LPWSTR action; member 403 free( info->action ); in free_custom_action_data() 589 midl_user_free(action); in __wine_msi_call_dll_function() 808 info->action = wcsdup( action ); in do_msidbCustomActionTypeDll() 1279 info->action = wcsdup( action ); in do_msidbCustomActionTypeScript() 1498 action = ptr + 1; in ACTION_CustomAction() [all …]
|
H A D | cond.y | 322 INSTALLSTATE install = INSTALLSTATE_UNKNOWN, action = INSTALLSTATE_UNKNOWN; variable 324 if(MSI_GetComponentStateW(cond->package, $2, &install, &action ) != ERROR_SUCCESS) 332 $$.u.integer = action; 339 INSTALLSTATE install = INSTALLSTATE_UNKNOWN, action = INSTALLSTATE_UNKNOWN; variable 341 if(MSI_GetComponentStateW(cond->package, $2, &install, &action ) != ERROR_SUCCESS) 356 INSTALLSTATE install, action; variable 358 if (MSI_GetFeatureStateW(cond->package, $2, &install, &action ) != ERROR_SUCCESS) 366 $$.u.integer = action; 373 INSTALLSTATE install = INSTALLSTATE_UNKNOWN, action = INSTALLSTATE_UNKNOWN; variable 375 if(MSI_GetFeatureStateW(cond->package, $2, &install, &action ) != ERROR_SUCCESS)
|
H A D | action.c | 415 if (!action) in ITERATE_Actions() 4370 INT action; in ITERATE_WriteIniValues() local 4397 if (action == 0) in ITERATE_WriteIniValues() 4462 INT action; in ITERATE_RemoveIniValuesOnUninstall() local 4524 INT action; in ITERATE_RemoveIniValuesOnInstall() local 5378 WCHAR *action; in ACTION_ExecuteAction() local 5489 free(action); in ACTION_ExecuteAction() 7043 int action = 0; in ITERATE_RemoveEnvironmentString() local 7605 if (!wcscmp( StandardActions[i].action, action )) in ACTION_HandleStandardAction() 7685 if (!action) in ACTION_PerformActionSequence() [all …]
|
H A D | classes.c | 281 cls->action = INSTALLSTATE_UNKNOWN; in load_class() 402 ext->action = INSTALLSTATE_UNKNOWN; in load_extension() 751 cls->action = INSTALLSTATE_LOCAL; in ACTION_RegisterClassInfo() 910 cls->action = INSTALLSTATE_ABSENT; in ACTION_UnregisterClassInfo() 1012 return (class->action == INSTALLSTATE_LOCAL); in has_class_installed() 1021 extension->action == INSTALLSTATE_LOCAL) return TRUE; in has_one_extension_installed() 1062 return (class->action == INSTALLSTATE_ABSENT); in has_class_removed() 1082 extension->action == INSTALLSTATE_ABSENT) ret = TRUE; in has_all_extensions_removed() 1249 ext->action = INSTALLSTATE_LOCAL; in ACTION_RegisterExtensionInfo() 1348 ext->action = INSTALLSTATE_ABSENT; in ACTION_UnregisterExtensionInfo() [all …]
|
/reactos/modules/rostests/tests/regdump/ |
H A D | regcmds.c | 96 BOOL PerformRegAction(REGEDIT_ACTION action, LPSTR s) in PerformRegAction() argument 101 switch (action) { in PerformRegAction() 152 REGEDIT_ACTION action = ACTION_UNDEF; in ProcessCmdLine() local 170 action = ACTION_DELETE; in ProcessCmdLine() 173 action = ACTION_EXPORT; in ProcessCmdLine() 176 action = ACTION_VIEW; in ProcessCmdLine() 219 if (action == ACTION_UNDEF) { in ProcessCmdLine() 220 action = ACTION_ADD; in ProcessCmdLine() 222 return PerformRegAction(action, s); in ProcessCmdLine()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/general/ |
H A D | fxiotarget.cpp | 210 ULONG action; in SubmitPendedRequest() local 215 if (action & SubmitSend) { in SubmitPendedRequest() 229 ASSERT(0 == action); in SubmitPendedRequest() 1287 ULONG action; in SubmitLocked() local 1294 action = 0; in SubmitLocked() 1632 return action; in SubmitLocked() 1662 ULONG action; in SubmitSync() local 1694 action = *Action; in SubmitSync() 1697 action = 0; in SubmitSync() 1738 action |= Submit( in SubmitSync() [all …]
|
/reactos/base/applications/regedit/ |
H A D | regedit.c | 112 static void PerformRegAction(REGEDIT_ACTION action, WCHAR **argv, int *i, BOOL silent) in PerformRegAction() argument 114 static void PerformRegAction(REGEDIT_ACTION action, WCHAR **argv, int *i) in PerformRegAction() 117 switch (action) { in PerformRegAction() 220 REGEDIT_ACTION action = ACTION_ADD; in ProcessCmdLine() local 253 action = ACTION_DELETE; in ProcessCmdLine() 256 action = ACTION_EXPORT; in ProcessCmdLine() 280 switch (action) in ProcessCmdLine() 295 PerformRegAction(action, argv, &i, silent); in ProcessCmdLine() 297 PerformRegAction(action, argv, &i); in ProcessCmdLine()
|
/reactos/base/applications/wordpad/ |
H A D | registry.c | 68 if(action) in registry_get_handle() 86 DWORD action; in registry_set_options() local 88 if(registry_get_handle(&hKey, &action, key_options) == ERROR_SUCCESS) in registry_set_options() 104 if(registry_get_handle(&hKey, &action, key_settings) == ERROR_SUCCESS) in registry_set_options() 272 DWORD action; in registry_set_filelist() local 358 DWORD action = 0; in registry_read_formatopts() local 363 if(registry_get_handle(&hKey, &action, key) != ERROR_SUCCESS) in registry_read_formatopts() 366 if(action == REG_OPENED_EXISTING_KEY) in registry_read_formatopts() 379 if(action == REG_OPENED_EXISTING_KEY) in registry_read_formatopts() 407 DWORD action = 0; in registry_set_formatopts() local [all …]
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/km/ |
H A D | fxioqueuekm.cpp | 344 WDF_IO_FORWARD_PROGRESS_ACTION action; in GetReservedRequest() local 353 action = WdfIoForwardProgressActionInvalid; in GetReservedRequest() 359 action = WdfIoForwardProgressActionUseReservedRequest; in GetReservedRequest() 362 action = WdfIoForwardProgressActionFailRequest; in GetReservedRequest() 368 action = WdfIoForwardProgressActionUseReservedRequest; in GetReservedRequest() 378 action = m_FwdProgContext->m_IoExamineIrp.Invoke(GetHandle(), Irp); in GetReservedRequest() 383 if((action < WdfIoForwardProgressActionFailRequest || in GetReservedRequest() 384 action > WdfIoForwardProgressActionUseReservedRequest)) { in GetReservedRequest() 391 GetHandle(), action, status); in GetReservedRequest() 406 if (action == WdfIoForwardProgressActionFailRequest) { in GetReservedRequest()
|
/reactos/win32ss/user/user32/controls/ |
H A D | button.c | 203 btnPaintFunc[style]( hwnd, hdc, action ); in paint_button() 981 if (action != ODA_FOCUS) in PB_Paint() 987 if (action == ODA_FOCUS) goto draw_focus; in PB_Paint() 1023 if (action == ODA_FOCUS || (state & BST_FOCUS)) in PB_Paint() 1063 PB_Paint( hwnd, hDC, action ); in CB_Paint() 1119 if (action == ODA_DRAWENTIRE || action == ODA_SELECT) in CB_Paint() 1168 if (action == ODA_DRAWENTIRE) in CB_Paint() 1172 if (action == ODA_FOCUS || (state & BST_FOCUS)) in CB_Paint() 1302 if (action == ODA_FOCUS || (state & BST_FOCUS)) in UB_Paint() 1312 switch (action) in UB_Paint() [all …]
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | filetypes.cpp | 1454 ACTION_DIALOG action; in EditTypeDlg_OnCommand() local 1471 action.bUseDDE = FALSE; in EditTypeDlg_OnCommand() 1477 … if (SendMessageW(action.hwndLB, LB_FINDSTRING, -1, (LPARAM)action.szAction) != LB_ERR) in EditTypeDlg_OnCommand() 1496 SendMessageW(action.hwndLB, LB_ADDSTRING, 0, LPARAM(action.szAction)); in EditTypeDlg_OnCommand() 1512 SendMessageW(action.hwndLB, LB_GETTEXT, iItem, LPARAM(action.szAction)); in EditTypeDlg_OnCommand() 1531 action.bUseDDE = FALSE; in EditTypeDlg_OnCommand() 1540 SendMessageW(action.hwndLB, LB_GETTEXT, iItem, LPARAM(action.szAction)); in EditTypeDlg_OnCommand() 1546 StringCbCopyW(action.szApp, sizeof(action.szApp), LPCWSTR(str)); in EditTypeDlg_OnCommand() 1554 SendMessageW(action.hwndLB, LB_INSERTSTRING, iItem, LPARAM(action.szAction)); in EditTypeDlg_OnCommand() 1555 pEditType->CommandLineMap.SetAt(action.szAction, action.szApp); in EditTypeDlg_OnCommand() [all …]
|
/reactos/dll/directx/wine/dinput/ |
H A D | config.c | 164 if (action != -1) in lv_set_action() 165 action_text = lpdiaf->rgoAction[action].u.lptszActionName; in lv_set_action() 172 lvItem.lParam = (LPARAM) action; in lv_set_action() 262 int action = -1; in fill_device_object_list() local 287 action = j; in fill_device_object_list() 292 lv_set_action(dialog, i, action, lpdiaf); in fill_device_object_list() 339 if (old_action == action) return; in assign_action() 355 lvFind.lParam = action; in assign_action() 362 lpdiaf->rgoAction[action].dwObjID = type; in assign_action() 364 lpdiaf->rgoAction[action].dwHow = DIAH_USERCONFIG; in assign_action() [all …]
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | sec_mgr.c | 510 wsprintfA(buf, "%X", action); in test_url_action() 531 "(0x%x) got 0x%x (expected E_FAIL)\n", action, hres); in test_url_action() 532 ok(policy == 0xdeadbeef, "(%x) policy=%x\n", action, policy); in test_url_action() 538 "(0x%x) got 0x%x (expected E_FAIL)\n", action, hres); in test_url_action() 539 ok(policy == 0xdeadbeef, "(%x) policy=%x\n", action, policy); in test_url_action() 560 ok(policy == 0xdeadbeef, "(%x) policy=%x\n", action, policy); in test_url_action() 569 ok(policy == 0xdeadbeef, "(%x) policy=%x\n", action, policy); in test_url_action() 578 ok(policy == reg_policy, "(%x) policy=%x\n", action, policy); in test_url_action() 587 ok(policy == 0xdeadbeef, "(%x) policy=%x\n", action, policy); in test_url_action() 600 ok(policy == reg_policy, "(%x) policy=%x\n", action, policy); in test_url_action() [all …]
|
/reactos/modules/rosapps/applications/net/ncftp/autoconf/ |
H A D | aclocal.m4 | 379 # action if true 383 # action if false 432 # action if true 437 # action if false 1107 # action if true 1163 # action if true 1296 # action if true 1466 # action if true 1504 # action if true 1538 # action if true [all …]
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | jdmarker.c | 140 #define MAKE_BYTE_AVAIL(cinfo,action) \ argument 143 { action; } \ 150 #define INPUT_BYTE(cinfo,V,action) \ argument 151 MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \ 158 #define INPUT_2BYTES(cinfo,V,action) \ argument 159 MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \ 162 MAKE_BYTE_AVAIL(cinfo,action); \ 1341 int action = 1; in jpeg_resync_to_restart() local 1349 action = 2; /* invalid marker */ in jpeg_resync_to_restart() 1358 action = 2; /* a prior restart, so advance */ in jpeg_resync_to_restart() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | button.c | 226 btnPaintFunc[style]( infoPtr, hdc, action ); in paint_button() 410 btnPaintFunc[style]( infoPtr, hdc, action ); in paint_button() 1534 if (action != ODA_FOCUS) in PB_Paint() 1540 if (action == ODA_FOCUS) goto draw_focus; in PB_Paint() 1590 if (action == ODA_FOCUS || (state & BST_FOCUS)) in PB_Paint() 1631 PB_Paint( infoPtr, hDC, action ); in CB_Paint() 1679 if (action == ODA_DRAWENTIRE || action == ODA_SELECT) in CB_Paint() 1728 if (action == ODA_DRAWENTIRE) in CB_Paint() 1732 if (action == ODA_FOCUS || (state & BST_FOCUS)) in CB_Paint() 1854 switch (action) in UB_Paint() [all …]
|
/reactos/dll/win32/dbghelp/ |
H A D | dbghelp.c | 687 static BOOL CALLBACK reg_cb64to32(HANDLE hProcess, ULONG action, ULONG64 data, ULONG64 user) in reg_cb64to32() argument 695 switch (action) in reg_cb64to32() 722 FIXME("No mapping for action %u\n", action); in reg_cb64to32() 725 return pcs->reg_cb32(hProcess, action, data32, (PVOID)(DWORD_PTR)user); in reg_cb64to32() 731 BOOL pcs_callback(const struct process* pcs, ULONG action, void* data) in pcs_callback() argument 735 TRACE("%p %u %p\n", pcs, action, data); in pcs_callback() 742 switch (action) in pcs_callback() 767 FIXME("No mapping for action %u\n", action); in pcs_callback() 771 return pcs->reg_cb(pcs->handle, action, (ULONG64)(DWORD_PTR)data, pcs->reg_user); in pcs_callback()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/ |
H A D | fxusbpipe.cpp | 142 ULONG action; in ResubmitRepeater() local 145 action = 0; in ResubmitRepeater() 181 action = m_Pipe->SubmitLocked( in ResubmitRepeater() 187 if (action & SubmitSend) { in ResubmitRepeater() 258 return action; in ResubmitRepeater() 273 ULONG action; in _FxUsbPipeRequestComplete() local 280 action = 0; in _FxUsbPipeRequestComplete() 341 if (action & SubmitSend) { in _FxUsbPipeRequestComplete() 368 else if (action & SubmitQueued) { in _FxUsbPipeRequestComplete() 544 ULONG action; in FxUsbPipeRequestWorkItemHandler() local [all …]
|
/reactos/modules/rostests/winetests/msi/ |
H A D | custom.c | 785 INSTALLSTATE state, action; in test_feature_states() local 790 r = MsiGetFeatureStateA(hinst, NULL, &state, &action); in test_feature_states() 796 r = MsiGetFeatureStateA(hinst, "One", NULL, &action); in test_feature_states() 805 ok(hinst, action == INSTALLSTATE_LOCAL, "got action %d\n", action); in test_feature_states() 815 ok(hinst, action == INSTALLSTATE_ADVERTISED, "got action %d\n", action); in test_feature_states() 822 ok(hinst, action == INSTALLSTATE_LOCAL, "got action %d\n", action); in test_feature_states() 841 ok(hinst, action == INSTALLSTATE_LOCAL, "got action %d\n", action); in test_feature_states() 846 ok(hinst, action == INSTALLSTATE_UNKNOWN, "got action %d\n", action); in test_feature_states() 851 ok(hinst, action == INSTALLSTATE_LOCAL, "got action %d\n", action); in test_feature_states() 862 ok(hinst, action == INSTALLSTATE_SOURCE, "got action %d\n", action); in test_feature_states() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | netif.h | 221 const ip4_addr_t *group, enum netif_mac_filter_action action); 226 const ip6_addr_t *group, enum netif_mac_filter_action action); 518 …_mac_filter(netif, addr, action) do { if((netif) && (netif)->mld_mac_filter) { (netif)->mld_mac_fi… argument 543 …ne netif_set_ip6_autoconfig_enabled(netif, action) do { if(netif) { (netif)->ip6_autoconfig_enable… argument
|
/reactos/modules/rostests/winetests/wintrust/ |
H A D | register.c | 228 GUID action = WINTRUST_ACTION_GENERIC_VERIFY_V2; in test_LoadFunctionPointers() local 239 ret = pWintrustLoadFunctionPointers(&action, NULL); in test_LoadFunctionPointers() 251 ret = pWintrustLoadFunctionPointers(&action, &funcs); in test_LoadFunctionPointers() 255 ret = pWintrustLoadFunctionPointers(&action, &funcs); in test_LoadFunctionPointers()
|
/reactos/sdk/include/c++/stlport/stl/config/ |
H A D | _apple.h | 112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception… argument
|
/reactos/dll/win32/hnetcfg/ |
H A D | policy.c | 688 …DefaultInboundAction(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, NET_FW_ACTION *action) in fwpolicy2_get_DefaultInboundAction() argument 692 FIXME("%p %d %p\n", This, profileType, action); in fwpolicy2_get_DefaultInboundAction() 696 …_DefaultInboundAction(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, NET_FW_ACTION action) in fwpolicy2_put_DefaultInboundAction() argument 700 FIXME("%p %d %d\n", This, profileType, action); in fwpolicy2_put_DefaultInboundAction() 704 …efaultOutboundAction(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, NET_FW_ACTION *action) in fwpolicy2_get_DefaultOutboundAction() argument 708 FIXME("%p %d %p\n", This, profileType, action); in fwpolicy2_get_DefaultOutboundAction() 712 …DefaultOutboundAction(INetFwPolicy2 *iface, NET_FW_PROFILE_TYPE2 profileType, NET_FW_ACTION action) in fwpolicy2_put_DefaultOutboundAction() argument 716 FIXME("%p %d %d\n", This, profileType, action); in fwpolicy2_put_DefaultOutboundAction()
|