|
ELinks 0.19.1
|

Typedefs | |
| typedef unsigned char | blacklist_flags_T |
Enumerations | |
| enum | blacklist_flags { SERVER_BLACKLIST_NONE = 0 , SERVER_BLACKLIST_HTTP10 = 1 , SERVER_BLACKLIST_NO_CHARSET = 2 , SERVER_BLACKLIST_NO_TLS = 4 , SERVER_BLACKLIST_NO_CERT_VERIFY = 8 } |
Functions | |
| void | add_blacklist_entry (struct uri *, blacklist_flags_T) |
| void | del_blacklist_entry (struct uri *, blacklist_flags_T) |
| blacklist_flags_T | get_blacklist_flags (struct uri *) |
| void | free_blacklist (void) |
| typedef unsigned char blacklist_flags_T |
| enum blacklist_flags |
| void add_blacklist_entry | ( | struct uri * | uri, |
| blacklist_flags_T | flags ) |
| void del_blacklist_entry | ( | struct uri * | uri, |
| blacklist_flags_T | flags ) |
| void free_blacklist | ( | void | ) |
| blacklist_flags_T get_blacklist_flags | ( | struct uri * | uri | ) |