Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | _cookie |
Macros | |
#define | MAX_HTTP_DATE_LENGTH 128 |
Typedefs | |
typedef struct _cookie | Cookie |
Functions | |
Cookie * | cookie_create (void) |
void | cookies_destroy (List *) |
int | get_cookies (List *, const WSPMachine *) |
int | set_cookies (List *, WSPMachine *) |
#define MAX_HTTP_DATE_LENGTH 128 |
Definition at line 106 of file cookies.h.
Referenced by parse_http_date().
Cookie* cookie_create | ( | void | ) |
Definition at line 88 of file cookies.c.
References emptyCookie.
Referenced by parse_cookie().
void cookies_destroy | ( | List * | ) |
Definition at line 100 of file cookies.c.
References cookie_destroy(), gwlib_assert_init(), and gwlist_destroy().
int get_cookies | ( | List * | , |
const WSPMachine * | |||
) |
Definition at line 111 of file cookies.c.
References add_cookie_to_cache(), cookie_destroy(), debug(), error(), get_header_value(), gwlist_get(), gwlist_len(), have_cookie(), info(), name, octstr_get_cstr, and parse_cookie().
Referenced by return_reply().
int set_cookies | ( | List * | , |
WSPMachine * | |||
) |
Definition at line 162 of file cookies.c.
References debug(), _cookie::domain, error(), expire_cookies(), gwlist_append(), gwlist_get(), gwlist_len(), _cookie::name, octstr_append(), octstr_append_char(), octstr_create, octstr_get_cstr, _cookie::path, _cookie::value, and _cookie::version.
Referenced by start_fetch().