ReactOS 0.4.15-dev-7958-gcd0bb1a
cookie Struct Reference
Collaboration diagram for cookie:

Public Attributes

struct list entry
 
WCHARname
 
WCHARvalue
 
WCHARpath
 

Detailed Description

Definition at line 33 of file cookie.c.

Member Data Documentation

◆ entry

struct list cookie::entry

Definition at line 35 of file cookie.c.

Referenced by add_cookie(), delete_cookie(), and parse_cookie().

◆ name

WCHAR* cookie::name

◆ path

WCHAR* cookie::path

Definition at line 38 of file cookie.c.

Referenced by add_cookie(), add_cookie_headers(), find_cookie(), and free_cookie().

◆ value

WCHAR* cookie::value

Definition at line 37 of file cookie.c.

Referenced by add_cookie(), add_cookie_headers(), find_cookie(), free_cookie(), and parse_cookie().


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