ReactOS 0.4.15-dev-7958-gcd0bb1a
UriBuilder Struct Reference
Collaboration diagram for UriBuilder:

Public Attributes

IUriBuilder IUriBuilder_iface
 
LONG ref
 
Uriuri
 
DWORD modified_props
 
WCHARfragment
 
DWORD fragment_len
 
WCHARhost
 
DWORD host_len
 
WCHARpassword
 
DWORD password_len
 
WCHARpath
 
DWORD path_len
 
BOOL has_port
 
DWORD port
 
WCHARquery
 
DWORD query_len
 
WCHARscheme
 
DWORD scheme_len
 
WCHARusername
 
DWORD username_len
 

Detailed Description

Definition at line 99 of file uri.c.

Member Data Documentation

◆ fragment

WCHAR* UriBuilder::fragment

Definition at line 106 of file uri.c.

Referenced by reset_builder(), and validate_fragment().

◆ fragment_len

DWORD UriBuilder::fragment_len

Definition at line 107 of file uri.c.

Referenced by reset_builder(), and validate_fragment().

◆ has_port

BOOL UriBuilder::has_port

Definition at line 118 of file uri.c.

Referenced by reset_builder(), and setup_port().

◆ host

WCHAR* UriBuilder::host

Definition at line 109 of file uri.c.

Referenced by reset_builder(), and validate_host().

◆ host_len

DWORD UriBuilder::host_len

Definition at line 110 of file uri.c.

Referenced by reset_builder(), and validate_host().

◆ IUriBuilder_iface

IUriBuilder UriBuilder::IUriBuilder_iface

Definition at line 100 of file uri.c.

◆ modified_props

◆ password

WCHAR* UriBuilder::password

Definition at line 112 of file uri.c.

Referenced by reset_builder(), validate_components(), and validate_password().

◆ password_len

DWORD UriBuilder::password_len

Definition at line 113 of file uri.c.

Referenced by reset_builder(), and validate_password().

◆ path

WCHAR* UriBuilder::path

Definition at line 115 of file uri.c.

Referenced by reset_builder(), and validate_path().

◆ path_len

DWORD UriBuilder::path_len

Definition at line 116 of file uri.c.

Referenced by reset_builder(), and validate_path().

◆ port

DWORD UriBuilder::port

Definition at line 119 of file uri.c.

Referenced by reset_builder(), and setup_port().

◆ query

WCHAR* UriBuilder::query

Definition at line 121 of file uri.c.

Referenced by reset_builder(), and validate_query().

◆ query_len

DWORD UriBuilder::query_len

Definition at line 122 of file uri.c.

Referenced by reset_builder(), and validate_query().

◆ ref

LONG UriBuilder::ref

Definition at line 101 of file uri.c.

◆ scheme

WCHAR* UriBuilder::scheme

Definition at line 124 of file uri.c.

Referenced by reset_builder(), and validate_scheme_name().

◆ scheme_len

DWORD UriBuilder::scheme_len

Definition at line 125 of file uri.c.

Referenced by reset_builder(), and validate_scheme_name().

◆ uri

◆ username

WCHAR* UriBuilder::username

Definition at line 127 of file uri.c.

Referenced by reset_builder(), validate_components(), and validate_username().

◆ username_len

DWORD UriBuilder::username_len

Definition at line 128 of file uri.c.

Referenced by reset_builder(), and validate_username().


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