ReactOS 0.4.17-dev-573-g8315b8c
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
 
IN6_ADDR 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 135 of file uri.c.

Member Data Documentation

◆ fragment

const WCHAR* parse_data::fragment

Definition at line 172 of file uri.c.

◆ fragment_len

DWORD parse_data::fragment_len

Definition at line 173 of file uri.c.

◆ has_implicit_ip

BOOL parse_data::has_implicit_ip

Definition at line 141 of file uri.c.

◆ has_implicit_scheme

BOOL parse_data::has_implicit_scheme

Definition at line 140 of file uri.c.

◆ has_port

BOOL parse_data::has_port

Definition at line 161 of file uri.c.

◆ host

const WCHAR* parse_data::host

Definition at line 155 of file uri.c.

◆ host_len

DWORD parse_data::host_len

Definition at line 156 of file uri.c.

◆ host_type

Uri_HOST_TYPE parse_data::host_type

Definition at line 157 of file uri.c.

◆ implicit_ipv4

UINT parse_data::implicit_ipv4

Definition at line 142 of file uri.c.

◆ ipv6_address

IN6_ADDR parse_data::ipv6_address

Definition at line 159 of file uri.c.

◆ is_opaque

BOOL parse_data::is_opaque

Definition at line 139 of file uri.c.

◆ is_relative

BOOL parse_data::is_relative

Definition at line 138 of file uri.c.

◆ must_have_path

BOOL parse_data::must_have_path

Definition at line 143 of file uri.c.

◆ password

const WCHAR* parse_data::password

Definition at line 152 of file uri.c.

◆ password_len

DWORD parse_data::password_len

Definition at line 153 of file uri.c.

◆ path

const WCHAR* parse_data::path

Definition at line 166 of file uri.c.

◆ path_len

DWORD parse_data::path_len

Definition at line 167 of file uri.c.

◆ port

const WCHAR* parse_data::port

Definition at line 162 of file uri.c.

◆ port_len

DWORD parse_data::port_len

Definition at line 163 of file uri.c.

◆ port_value

DWORD parse_data::port_value

Definition at line 164 of file uri.c.

◆ query

const WCHAR* parse_data::query

Definition at line 169 of file uri.c.

◆ query_len

DWORD parse_data::query_len

Definition at line 170 of file uri.c.

◆ scheme

const WCHAR* parse_data::scheme

Definition at line 145 of file uri.c.

◆ scheme_len

DWORD parse_data::scheme_len

Definition at line 146 of file uri.c.

◆ scheme_type

URL_SCHEME parse_data::scheme_type

Definition at line 147 of file uri.c.

◆ uri

BSTR parse_data::uri

Definition at line 136 of file uri.c.

Referenced by PersistStream_Load().

◆ username

const WCHAR* parse_data::username

Definition at line 149 of file uri.c.

◆ username_len

DWORD parse_data::username_len

Definition at line 150 of file uri.c.


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