Home
last modified time | relevance | path

Searched refs:INTERNET_FLAG_FORMS_SUBMIT (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwininet.h87 #define INTERNET_FLAG_FORMS_SUBMIT 0x00000040 macro
118 | INTERNET_FLAG_FORMS_SUBMIT \
/reactos/dll/win32/wininet/
H A Dinternet.c749 FE(INTERNET_FLAG_FORMS_SUBMIT), in dump_INTERNET_FLAGS()
/reactos/modules/rostests/winetests/wininet/
H A Dhttp.c7231 …questA(con, "POST", "/post/post_action.php", "HTTP/1.0", "", types, INTERNET_FLAG_FORMS_SUBMIT, 0); in test_bogus_accept_types_array()