Home
last modified time | relevance | path

Searched refs:lpszCookieName (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/wininet/
H A Dcookie.c729 BOOL WINAPI InternetGetCookieExW(LPCWSTR lpszUrl, LPCWSTR lpszCookieName, in InternetGetCookieExW() argument
809 BOOL WINAPI InternetGetCookieExA(LPCSTR lpszUrl, LPCSTR lpszCookieName, in InternetGetCookieExA() argument
820 name = heap_strdupAtoW(lpszCookieName); in InternetGetCookieExA()
1077 DWORD WINAPI InternetSetCookieExW(LPCWSTR lpszUrl, LPCWSTR lpszCookieName, in InternetSetCookieExW() argument
1083 TRACE("(%s, %s, %s, %x, %lx)\n", debugstr_w(lpszUrl), debugstr_w(lpszCookieName), in InternetSetCookieExW()
1098 if (!lpszCookieName) { in InternetSetCookieExW()
1110 name = substrz(lpszCookieName); in InternetSetCookieExW()
1139 BOOL WINAPI InternetSetCookieA(LPCSTR lpszUrl, LPCSTR lpszCookieName, in InternetSetCookieA() argument
1146 debugstr_a(lpszCookieName), debugstr_a(lpCookieData)); in InternetSetCookieA()
1149 name = heap_strdupAtoW(lpszCookieName); in InternetSetCookieA()
[all …]
/reactos/sdk/include/psdk/
H A Dwininet.h1833 _In_opt_ LPCSTR lpszCookieName,
1842 _In_opt_ LPCWSTR lpszCookieName,
1885 _In_opt_ LPCSTR lpszCookieName,
1892 _In_opt_ LPCWSTR lpszCookieName,