| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <cookies.h>
Data Fields | |
| Octstr * | name | 
| Octstr * | value | 
| Octstr * | version | 
| Octstr * | domain | 
| Octstr * | path | 
| time_t | max_age | 
| time_t | birth | 
| 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().