ReactOS 0.4.15-dev-7953-g1f49173
_basicAuthorizationData Struct Reference
Collaboration diagram for _basicAuthorizationData:

Public Attributes

struct list entry
 
LPWSTR host
 
LPWSTR realm
 
LPSTR authorization
 
UINT authorizationLen
 

Detailed Description

Definition at line 90 of file http.c.

Member Data Documentation

◆ authorization

LPSTR _basicAuthorizationData::authorization

◆ authorizationLen

UINT _basicAuthorizationData::authorizationLen

Definition at line 97 of file http.c.

Referenced by cache_basic_authorization(), and retrieve_cached_basic_authorization().

◆ entry

struct list _basicAuthorizationData::entry

Definition at line 92 of file http.c.

Referenced by cache_basic_authorization(), and free_authorization_cache().

◆ host

LPWSTR _basicAuthorizationData::host

◆ realm

LPWSTR _basicAuthorizationData::realm

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