Searched refs:NF_WINE_ALLOW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/winhttp/ |
H A D | notification.c | 57 #define NF_WINE_ALLOW 0x0002 /* wine sends notification when it should not */ macro 89 while (info->index < info->count && (info->test[info->index].flags & NF_WINE_ALLOW)) in check_notification() 122 { winhttp_close_handle, WINHTTP_CALLBACK_STATUS_CONNECTION_CLOSED, NF_WINE_ALLOW }, 132 { winhttp_close_handle, WINHTTP_CALLBACK_STATUS_CONNECTION_CLOSED, NF_WINE_ALLOW }, 138 { winhttp_send_request, WINHTTP_CALLBACK_STATUS_RESOLVING_NAME, NF_WINE_ALLOW }, 139 { winhttp_send_request, WINHTTP_CALLBACK_STATUS_NAME_RESOLVED, NF_WINE_ALLOW }, 169 && (info->test[info->index].flags & (NF_ALLOW | NF_WINE_ALLOW))) in setup_test() 398 { winhttp_send_request, WINHTTP_CALLBACK_STATUS_RESOLVING_NAME, NF_WINE_ALLOW }, 399 { winhttp_send_request, WINHTTP_CALLBACK_STATUS_NAME_RESOLVED, NF_WINE_ALLOW }, 483 { winhttp_send_request, WINHTTP_CALLBACK_STATUS_RESOLVING_NAME, NF_WINE_ALLOW }, [all …]
|