Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

_cookie Struct Reference

#include <cookies.h>

Collaboration diagram for _cookie:

Collaboration graph
[legend]

Data Fields

Octstrname
Octstrvalue
Octstrversion
Octstrdomain
Octstrpath
time_t max_age
time_t birth

Field Documentation

time_t _cookie::birth
 

Definition at line 81 of file cookies.h.

Referenced by expire_cookies().

Octstr* _cookie::domain
 

Definition at line 78 of file cookies.h.

Referenced by cookie_destroy(), have_cookie(), and set_cookies().

time_t _cookie::max_age
 

Definition at line 80 of file cookies.h.

Referenced by expire_cookies(), have_cookie(), and parse_cookie().

Octstr* _cookie::name
 

Definition at line 75 of file cookies.h.

Referenced by cookie_destroy(), expire_cookies(), have_cookie(), parse_cookie(), and set_cookies().

Octstr* _cookie::path
 

Definition at line 79 of file cookies.h.

Referenced by cookie_destroy(), have_cookie(), and set_cookies().

Octstr* _cookie::value
 

Definition at line 76 of file cookies.h.

Referenced by cookie_destroy(), parse_cookie(), and set_cookies().

Octstr* _cookie::version
 

Definition at line 77 of file cookies.h.

Referenced by cookie_destroy(), and set_cookies().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.