ReactOS 0.4.15-dev-8093-g3285f69
_cookie_domain_t Struct Reference
Collaboration diagram for _cookie_domain_t:

Public Attributes

struct list entry
 
WCHARdomain
 
unsigned subdomain_len
 
struct _cookie_domain_tparent
 
struct list subdomain_list
 
struct list path_list
 

Detailed Description

Definition at line 79 of file cookie.c.

Member Data Documentation

◆ domain

WCHAR* _cookie_domain_t::domain

Definition at line 82 of file cookie.c.

Referenced by get_cookie_container(), and get_cookie_domain().

◆ entry

struct list _cookie_domain_t::entry

Definition at line 80 of file cookie.c.

Referenced by get_cookie_domain().

◆ parent

struct _cookie_domain_t* _cookie_domain_t::parent

Definition at line 85 of file cookie.c.

Referenced by get_cookie_domain().

◆ path_list

struct list _cookie_domain_t::path_list

Definition at line 89 of file cookie.c.

Referenced by get_cookie_container(), and get_cookie_domain().

◆ subdomain_len

unsigned _cookie_domain_t::subdomain_len

Definition at line 83 of file cookie.c.

Referenced by get_cookie_domain().

◆ subdomain_list

struct list _cookie_domain_t::subdomain_list

Definition at line 86 of file cookie.c.

Referenced by get_cookie_domain().


The documentation for this struct was generated from the following file: