NetSurf
Data Fields
host_part Struct Reference
Collaboration diagram for host_part:
[legend]

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_dataprot_space
 Linked list of all known proctection spaces known for this host and all its schems and ports. More...
 
struct host_partnext
 Next sibling. More...
 
struct host_partprev
 Previous sibling. More...
 
struct host_partparent
 Parent host part. More...
 
struct host_partchildren
 Child host parts. More...
 

Detailed Description

Definition at line 230 of file urldb.c.

Field Documentation

◆ children

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().

◆ hsts

struct hsts_data host_part::hsts

◆ next

struct host_part* host_part::next

◆ parent

struct host_part* host_part::parent

◆ part

char* host_part::part

◆ paths

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().

◆ permit_invalid_certs

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().

◆ prev

struct host_part* host_part::prev

Previous sibling.

Definition at line 256 of file urldb.c.

◆ prot_space

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().


The documentation for this struct was generated from the following file: