NetSurf
|
Data Fields | |
struct path_data | paths |
Known paths on this host. More... | |
bool | permit_invalid_certs |
Allow access to SSL protected resources on this host without verifying certificate authenticity. More... | |
struct hsts_data | hsts |
char * | part |
Part of host string. More... | |
struct prot_space_data * | prot_space |
Linked list of all known proctection spaces known for this host and all its schems and ports. More... | |
struct host_part * | next |
Next sibling. More... | |
struct host_part * | prev |
Previous sibling. More... | |
struct host_part * | parent |
Parent host part. More... | |
struct host_part * | children |
Child host parts. More... | |
struct host_part* host_part::children |
Child host parts.
Definition at line 258 of file urldb.c.
Referenced by urldb_add_host(), and urldb_destroy().
struct hsts_data host_part::hsts |
Definition at line 242 of file urldb.c.
Referenced by urldb_get_hsts_enabled(), urldb_load(), urldb_save_search_tree(), and urldb_set_hsts_policy().
struct host_part* host_part::next |
Next sibling.
Definition at line 255 of file urldb.c.
Referenced by urldb_add_host(), urldb_add_host_node(), urldb_delete_cookie_hosts(), urldb_destroy(), urldb_destroy_host_tree(), urldb_dump_hosts(), and urldb_save_cookie_hosts().
struct host_part* host_part::parent |
Parent host part.
Definition at line 257 of file urldb.c.
Referenced by urldb_add_host_node(), urldb_dump_search(), urldb_get_cookie(), urldb_get_hsts_enabled(), urldb_save_search_tree(), urldb_search_match_host(), urldb_search_match_prefix(), and urldb_search_match_string().
char* host_part::part |
Part of host string.
Definition at line 247 of file urldb.c.
Referenced by urldb_add_host_node(), urldb_dump_search(), urldb_save_search_tree(), urldb_search_match_host(), urldb_search_match_prefix(), and urldb_search_match_string().
struct path_data host_part::paths |
Known paths on this host.
This must be first so that struct host_part *h = (struct host_part *)mypath; works
Definition at line 235 of file urldb.c.
Referenced by urldb_add_path(), urldb_find_url(), urldb_get_cookie(), urldb_insert_cookie(), and urldb_iterate_partial().
bool host_part::permit_invalid_certs |
Allow access to SSL protected resources on this host without verifying certificate authenticity.
Definition at line 240 of file urldb.c.
Referenced by urldb_get_cert_permissions(), urldb_set_cert_permissions(), and urldb_set_hsts_policy().
struct prot_space_data* host_part::prot_space |
Linked list of all known proctection spaces known for this host and all its schems and ports.
Definition at line 253 of file urldb.c.
Referenced by urldb_get_auth_details(), and urldb_set_auth_details().