Home
last modified time | relevance | path

Searched defs:_authorizationData (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/wininet/
H A Dhttp.c100 typedef struct _authorizationData struct
102 struct list entry;
104 LPWSTR host;
105 LPWSTR scheme;
106 LPWSTR domain;
107 UINT domain_len;
108 LPWSTR user;
109 UINT user_len;
110 LPWSTR password;
111 UINT password_len;