ReactOS 0.4.16-dev-889-g9563c07
|
#include "config.h"
#include "ws2tcpip.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winhttp.h"
#include "wine/debug.h"
#include "wine/list.h"
#include "winhttp_private.h"
Go to the source code of this file.
Classes | |
struct | cookie |
struct | domain |
struct | attr |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (winhttp) | |
static struct domain * | add_domain (struct session *session, WCHAR *name) |
static struct cookie * | find_cookie (struct domain *domain, const WCHAR *path, const WCHAR *name) |
static BOOL | domain_match (const WCHAR *name, struct domain *domain, BOOL partial) |
static void | free_cookie (struct cookie *cookie) |
static void | delete_cookie (struct cookie *cookie) |
static void | delete_domain (struct domain *domain) |
void | destroy_cookies (struct session *session) |
static BOOL | add_cookie (struct session *session, struct cookie *cookie, WCHAR *domain_name, WCHAR *path) |
static struct cookie * | parse_cookie (const WCHAR *string) |
static void | free_attr (struct attr *attr) |
static struct attr * | parse_attr (const WCHAR *str, int *used) |
BOOL | set_cookies (struct request *request, const WCHAR *cookies) |
BOOL | add_cookie_headers (struct request *request) |
|
static |
Definition at line 132 of file cookie.c.
Referenced by replace_cookie(), set_cookie(), and set_cookies().
Definition at line 324 of file cookie.c.
Referenced by send_request().
Definition at line 48 of file cookie.c.
Referenced by add_cookie(), and map_nfs4ace_who().
Definition at line 98 of file cookie.c.
Referenced by add_cookie(), alloc_cookie(), delete_domain(), free_cookie_domain_list(), get_cookie(), replace_cookie(), save_persistent_cookie(), and set_cookie().
Definition at line 104 of file cookie.c.
Referenced by destroy_cookies().
Definition at line 81 of file cookie.c.
Referenced by add_cookie(), and add_cookie_headers().
|
static |
Definition at line 64 of file cookie.c.
Referenced by add_cookie(), replace_cookie(), and set_cookie().
Definition at line 207 of file cookie.c.
Referenced by parse_attr(), and set_cookies().
Definition at line 215 of file cookie.c.
Referenced by set_cookies().
Definition at line 162 of file cookie.c.
Referenced by set_cookies().
Definition at line 263 of file cookie.c.
Referenced by record_cookies().
WINE_DEFAULT_DEBUG_CHANNEL | ( | winhttp | ) |