ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
struct list | entry |
LPWSTR | host |
LPWSTR | scheme |
LPWSTR | domain |
UINT | domain_len |
LPWSTR | user |
UINT | user_len |
LPWSTR | password |
UINT | password_len |
LPWSTR _authorizationData::domain |
Definition at line 106 of file http.c.
Referenced by cache_authorization(), free_authorization_cache(), and retrieve_cached_authorization().
UINT _authorizationData::domain_len |
Definition at line 107 of file http.c.
Referenced by cache_authorization(), and retrieve_cached_authorization().
Definition at line 102 of file http.c.
Referenced by cache_authorization(), and free_authorization_cache().
LPWSTR _authorizationData::host |
Definition at line 104 of file http.c.
Referenced by cache_authorization(), free_authorization_cache(), and retrieve_cached_authorization().
LPWSTR _authorizationData::password |
Definition at line 110 of file http.c.
Referenced by cache_authorization(), free_authorization_cache(), and retrieve_cached_authorization().
UINT _authorizationData::password_len |
Definition at line 111 of file http.c.
Referenced by cache_authorization(), and retrieve_cached_authorization().
LPWSTR _authorizationData::scheme |
Definition at line 105 of file http.c.
Referenced by cache_authorization(), free_authorization_cache(), and retrieve_cached_authorization().
LPWSTR _authorizationData::user |
Definition at line 108 of file http.c.
Referenced by cache_authorization(), free_authorization_cache(), and retrieve_cached_authorization().
UINT _authorizationData::user_len |
Definition at line 109 of file http.c.
Referenced by cache_authorization(), and retrieve_cached_authorization().