ReactOS 0.4.15-dev-7934-g1dc8d80
_authorizationData Struct Reference
Collaboration diagram for _authorizationData:

Public Attributes

struct list entry
 
LPWSTR host
 
LPWSTR scheme
 
LPWSTR domain
 
UINT domain_len
 
LPWSTR user
 
UINT user_len
 
LPWSTR password
 
UINT password_len
 

Detailed Description

Definition at line 100 of file http.c.

Member Data Documentation

◆ domain

LPWSTR _authorizationData::domain

◆ domain_len

UINT _authorizationData::domain_len

Definition at line 107 of file http.c.

Referenced by cache_authorization(), and retrieve_cached_authorization().

◆ entry

struct list _authorizationData::entry

Definition at line 102 of file http.c.

Referenced by cache_authorization(), and free_authorization_cache().

◆ host

LPWSTR _authorizationData::host

◆ password

LPWSTR _authorizationData::password

◆ password_len

UINT _authorizationData::password_len

Definition at line 111 of file http.c.

Referenced by cache_authorization(), and retrieve_cached_authorization().

◆ scheme

LPWSTR _authorizationData::scheme

◆ user

LPWSTR _authorizationData::user

◆ user_len

UINT _authorizationData::user_len

Definition at line 109 of file http.c.

Referenced by cache_authorization(), and retrieve_cached_authorization().


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