ReactOS 0.4.15-dev-7942-gd23573b
parse_data Struct Reference
Collaboration diagram for parse_data:

Public Attributes

BSTR uri
 
BOOL is_relative
 
BOOL is_opaque
 
BOOL has_implicit_scheme
 
BOOL has_implicit_ip
 
UINT implicit_ipv4
 
BOOL must_have_path
 
const WCHARscheme
 
DWORD scheme_len
 
URL_SCHEME scheme_type
 
const WCHARusername
 
DWORD username_len
 
const WCHARpassword
 
DWORD password_len
 
const WCHARhost
 
DWORD host_len
 
Uri_HOST_TYPE host_type
 
BOOL has_ipv6
 
ipv6_address ipv6_address
 
BOOL has_port
 
const WCHARport
 
DWORD port_len
 
DWORD port_value
 
const WCHARpath
 
DWORD path_len
 
const WCHARquery
 
DWORD query_len
 
const WCHARfragment
 
DWORD fragment_len
 

Detailed Description

Definition at line 152 of file uri.c.

Member Data Documentation

◆ fragment

const WCHAR* parse_data::fragment

Definition at line 190 of file uri.c.

◆ fragment_len

DWORD parse_data::fragment_len

Definition at line 191 of file uri.c.

◆ has_implicit_ip

BOOL parse_data::has_implicit_ip

Definition at line 158 of file uri.c.

◆ has_implicit_scheme

BOOL parse_data::has_implicit_scheme

Definition at line 157 of file uri.c.

◆ has_ipv6

BOOL parse_data::has_ipv6

Definition at line 176 of file uri.c.

◆ has_port

BOOL parse_data::has_port

Definition at line 179 of file uri.c.

◆ host

const WCHAR* parse_data::host

Definition at line 172 of file uri.c.

◆ host_len

DWORD parse_data::host_len

Definition at line 173 of file uri.c.

◆ host_type

Uri_HOST_TYPE parse_data::host_type

Definition at line 174 of file uri.c.

◆ implicit_ipv4

UINT parse_data::implicit_ipv4

Definition at line 159 of file uri.c.

◆ ipv6_address

ipv6_address parse_data::ipv6_address

Definition at line 177 of file uri.c.

◆ is_opaque

BOOL parse_data::is_opaque

Definition at line 156 of file uri.c.

◆ is_relative

BOOL parse_data::is_relative

Definition at line 155 of file uri.c.

◆ must_have_path

BOOL parse_data::must_have_path

Definition at line 160 of file uri.c.

◆ password

const WCHAR* parse_data::password

Definition at line 169 of file uri.c.

◆ password_len

DWORD parse_data::password_len

Definition at line 170 of file uri.c.

◆ path

const WCHAR* parse_data::path

Definition at line 184 of file uri.c.

◆ path_len

DWORD parse_data::path_len

Definition at line 185 of file uri.c.

◆ port

const WCHAR* parse_data::port

Definition at line 180 of file uri.c.

◆ port_len

DWORD parse_data::port_len

Definition at line 181 of file uri.c.

◆ port_value

DWORD parse_data::port_value

Definition at line 182 of file uri.c.

◆ query

const WCHAR* parse_data::query

Definition at line 187 of file uri.c.

◆ query_len

DWORD parse_data::query_len

Definition at line 188 of file uri.c.

◆ scheme

const WCHAR* parse_data::scheme

Definition at line 162 of file uri.c.

◆ scheme_len

DWORD parse_data::scheme_len

Definition at line 163 of file uri.c.

◆ scheme_type

URL_SCHEME parse_data::scheme_type

Definition at line 164 of file uri.c.

◆ uri

BSTR parse_data::uri

Definition at line 153 of file uri.c.

Referenced by PersistStream_Load().

◆ username

const WCHAR* parse_data::username

Definition at line 166 of file uri.c.

◆ username_len

DWORD parse_data::username_len

Definition at line 167 of file uri.c.


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