ReactOS 0.4.16-dev-340-g0540c21
|
#include "ws2tcpip.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <wchar.h>
#include "windef.h"
#include "winbase.h"
#include "wininet.h"
#include "lmcons.h"
#include "winerror.h"
#include "wine/debug.h"
#include "internet.h"
Go to the source code of this file.
Classes | |
struct | _cookie_t |
struct | _cookie_container_t |
struct | _cookie_domain_t |
struct | cookie_set_t |
Macros | |
#define | RESPONSE_TIMEOUT 30 /* FROM internet.c */ |
Typedefs | |
typedef struct _cookie_t | cookie_t |
typedef struct _cookie_container_t | cookie_container_t |
typedef struct _cookie_domain_t | cookie_domain_t |
Variables | |
static CRITICAL_SECTION | cookie_cs = { &cookie_cs_debug, -1, 0, 0, 0, 0 } |
static CRITICAL_SECTION_DEBUG | cookie_cs_debug |
static struct list | domain_list = LIST_INIT(domain_list) |
#define RESPONSE_TIMEOUT 30 /* FROM internet.c */ |
typedef struct _cookie_domain_t cookie_domain_t |
|
static |
Definition at line 283 of file cookie.c.
|
static |
Definition at line 245 of file cookie.c.
Referenced by load_persistent_cookie(), and set_cookie().
|
static |
Definition at line 303 of file cookie.c.
Referenced by get_cookie().
Definition at line 508 of file cookie.c.
Referenced by InternetGetCookieExW(), and InternetSetCookieExW().
|
static |
Definition at line 619 of file cookie.c.
Referenced by get_cookie_header(), and InternetGetCookieExW().
Definition at line 152 of file cookie.c.
Referenced by get_cookie_container().
|
static |
Definition at line 1269 of file cookie.c.
Referenced by delete_cookie(), DllMain(), InternetSetOptionW(), parse_cookie(), and set_cookies().
Definition at line 689 of file cookie.c.
Referenced by free_cookie(), and free_cookie_domain_list().
|
static |
Definition at line 535 of file cookie.c.
Referenced by get_cookie_header(), and InternetGetCookieExW().
|
static |
Definition at line 192 of file cookie.c.
Referenced by load_persistent_cookie(), and set_cookie().
|
static |
Definition at line 102 of file cookie.c.
Referenced by get_cookie(), and get_cookie_container().
Definition at line 646 of file cookie.c.
Referenced by HTTP_InsertCookies().
BOOL WINAPI InternetEnumPerSiteCookieDecisionA | ( | LPSTR | pszSiteName, |
ULONG * | pcSiteNameSize, | ||
ULONG * | pdwDecision, | ||
ULONG | dwIndex | ||
) |
BOOL WINAPI InternetEnumPerSiteCookieDecisionW | ( | LPWSTR | pszSiteName, |
ULONG * | pcSiteNameSize, | ||
ULONG * | pdwDecision, | ||
ULONG | dwIndex | ||
) |
Definition at line 862 of file cookie.c.
Referenced by test_complicated_cookie(), test_cookie_attrs(), test_cookie_url(), test_end_browser_session(), and test_get_cookie().
BOOL WINAPI InternetGetCookieExA | ( | LPCSTR | lpszUrl, |
LPCSTR | lpszCookieName, | ||
LPSTR | lpCookieData, | ||
LPDWORD | lpdwSize, | ||
DWORD | flags, | ||
void * | reserved | ||
) |
Definition at line 809 of file cookie.c.
Referenced by InternetGetCookieA(), and test_cookie_attrs().
BOOL WINAPI InternetGetCookieExW | ( | LPCWSTR | lpszUrl, |
LPCWSTR | lpszCookieName, | ||
LPWSTR | lpCookieData, | ||
LPDWORD | lpdwSize, | ||
DWORD | flags, | ||
void * | reserved | ||
) |
Definition at line 729 of file cookie.c.
Referenced by HTMLDocument_get_cookie(), InternetGetCookieExA(), and InternetGetCookieW().
BOOL WINAPI InternetGetCookieW | ( | const WCHAR * | url, |
const WCHAR * | name, | ||
WCHAR * | data, | ||
DWORD * | size | ||
) |
Definition at line 792 of file cookie.c.
Referenced by test_complicated_cookie(), test_cookie_url(), test_cookies(), and test_null().
Definition at line 1139 of file cookie.c.
Referenced by test_complicated_cookie(), test_cookie_attrs(), test_cookie_header(), test_cookie_url(), test_end_browser_session(), and test_header_override().
DWORD WINAPI InternetSetCookieExA | ( | LPCSTR | lpszURL, |
LPCSTR | lpszCookieName, | ||
LPCSTR | lpszCookieData, | ||
DWORD | dwFlags, | ||
DWORD_PTR | dwReserved | ||
) |
Definition at line 1165 of file cookie.c.
Referenced by test_cookie_attrs().
DWORD WINAPI InternetSetCookieExW | ( | LPCWSTR | lpszUrl, |
LPCWSTR | lpszCookieName, | ||
LPCWSTR | lpCookieData, | ||
DWORD | flags, | ||
DWORD_PTR | reserved | ||
) |
Definition at line 1077 of file cookie.c.
Referenced by HTMLDocument_put_cookie(), InternetSetCookieExA(), and InternetSetCookieW().
Definition at line 1122 of file cookie.c.
Referenced by InternetSetCookieA(), set_auth_cookie(), and test_null().
Definition at line 869 of file cookie.c.
Referenced by IsDomainLegalCookieDomainW(), and set_cookie().
Definition at line 893 of file cookie.c.
Definition at line 308 of file cookie.c.
Referenced by get_cookie(), and set_cookie().
|
static |
Definition at line 292 of file cookie.c.
Referenced by load_persistent_cookie().
|
static |
Definition at line 397 of file cookie.c.
Referenced by set_cookie().
Definition at line 912 of file cookie.c.
Referenced by HTTP_ProcessCookies(), InternetSetCookieExW(), and record_cookies().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wininet | ) |
|
static |
Definition at line 92 of file cookie.c.
Referenced by free_cookie(), get_cookie_header(), InternetGetCookieExW(), and set_cookie().
|
static |
Definition at line 100 of file cookie.c.
Referenced by free_cookie(), and get_cookie_domain().