Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dwinhttp.h126 #define WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH 83 macro
/reactos/dll/win32/winhttp/
H A Dsession.c212 case WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH: in session_set_option()
/reactos/modules/rostests/winetests/winhttp/
H A Dwinhttp.c3577 ret = WinHttpSetOption( ses, WINHTTP_OPTION_CONFIGURE_PASSPORT_AUTH, &option, sizeof(option) ); in test_passport_auth()