Searched refs:InternetSetCookieExA (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | wininet.spec | 186 @ stdcall InternetSetCookieExA(str str str long long)
|
H A D | cookie.c | 1165 DWORD WINAPI InternetSetCookieExA( LPCSTR lpszURL, LPCSTR lpszCookieName, LPCSTR lpszCookieData, in InternetSetCookieExA() function
|
/reactos/modules/rostests/winetests/wininet/ |
H A D | internet.c | 578 state = InternetSetCookieExA("http://cookie.attrs.com/bar", NULL, "A=data; httponly", 0, 0); in test_cookie_attrs() 586 …state = InternetSetCookieExA("http://cookie.attrs.com/bar",NULL,"A=data; httponly", INTERNET_COOKI… in test_cookie_attrs() 607 state = InternetSetCookieExA("http://cookie.attrs.com/bar", NULL, "A=data", 0, 0); in test_cookie_attrs()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 1852 InternetSetCookieExA(
|