Kannel: Open Source WAP and SMS gateway  svn-r5335
_cookie Struct Reference

#include <cookies.h>

Data Fields

Octstrname
 
Octstrvalue
 
Octstrversion
 
Octstrdomain
 
Octstrpath
 
time_t max_age
 
time_t birth
 

Detailed Description

Definition at line 74 of file cookies.h.

Field Documentation

◆ birth

time_t _cookie::birth

Definition at line 81 of file cookies.h.

Referenced by expire_cookies().

◆ domain

Octstr* _cookie::domain

Definition at line 78 of file cookies.h.

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

◆ max_age

time_t _cookie::max_age

Definition at line 80 of file cookies.h.

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

◆ name

Octstr* _cookie::name

Definition at line 75 of file cookies.h.

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

◆ path

Octstr* _cookie::path

Definition at line 79 of file cookies.h.

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

◆ value

Octstr* _cookie::value

Definition at line 76 of file cookies.h.

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

◆ version

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.