ELinks 0.18.0
|
#include "main/module.h"
#include "main/object.h"
#include "protocol/uri.h"
#include "util/string.h"
#include "util/time.h"
Data Structures | |
struct | cookie_server |
struct | cookie |
Enumerations | |
enum | cookies_accept { COOKIES_ACCEPT_NONE , COOKIES_ACCEPT_ASK , COOKIES_ACCEPT_ALL } |
Functions | |
struct cookie_server * | get_cookie_server (char *host, int hostlen) |
struct cookie * | init_cookie (char *name, char *value, char *path, char *domain, struct cookie_server *server) |
void | accept_cookie (struct cookie *) |
void | done_cookie (struct cookie *) |
void | delete_cookie (struct cookie *) |
void | set_cookie (struct uri *, char *) |
void | load_cookies (void) |
void | save_cookies (struct terminal *) |
void | set_cookies_dirty (void) |
struct string * | send_cookies (struct uri *uri) |
struct string * | send_cookies_js (struct uri *uri) |
Variables | |
struct module | cookies_module |
enum cookies_accept |
void accept_cookie | ( | struct cookie * | cookie | ) |
void delete_cookie | ( | struct cookie * | c | ) |
void done_cookie | ( | struct cookie * | c | ) |
struct cookie_server * get_cookie_server | ( | char * | host, |
int | hostlen ) |
struct cookie * init_cookie | ( | char * | name, |
char * | value, | ||
char * | path, | ||
char * | domain, | ||
struct cookie_server * | server ) |
void load_cookies | ( | void | ) |
void save_cookies | ( | struct terminal * | term | ) |
void set_cookie | ( | struct uri * | uri, |
char * | str ) |
void set_cookies_dirty | ( | void | ) |
|
extern |