|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wininet.h>
| DWORD URL_COMPONENTSA::dwExtraInfoLength |
Definition at line 207 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), InternetCreateUrlA_test(), and urlcache_entry_create().
| DWORD URL_COMPONENTSA::dwHostNameLength |
Definition at line 198 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), InternetCreateUrlA_test(), and urlcache_decode_url().
| DWORD URL_COMPONENTSA::dwPasswordLength |
Definition at line 203 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), and InternetCreateUrlA_test().
| DWORD URL_COMPONENTSA::dwSchemeLength |
Definition at line 195 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), and InternetCreateUrlA_test().
| DWORD URL_COMPONENTSA::dwStructSize |
Definition at line 193 of file wininet.h.
Referenced by fill_url_components(), InternetCrackUrl_test(), InternetCrackUrlA(), InternetCreateUrlA(), InternetCreateUrlA_test(), urlcache_decode_url(), and urlcache_entry_create().
| DWORD URL_COMPONENTSA::dwUrlPathLength |
Definition at line 205 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), InternetCreateUrlA_test(), and urlcache_entry_create().
| DWORD URL_COMPONENTSA::dwUserNameLength |
Definition at line 201 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), and InternetCreateUrlA_test().
| LPSTR URL_COMPONENTSA::lpszExtraInfo |
Definition at line 206 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrl_test(), InternetCrackUrlA(), InternetCreateUrlA_test(), and test_long_url().
| LPSTR URL_COMPONENTSA::lpszHostName |
Definition at line 197 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrl_test(), InternetCrackUrlA(), InternetCreateUrlA_test(), and urlcache_decode_url().
| LPSTR URL_COMPONENTSA::lpszPassword |
Definition at line 202 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrl_test(), InternetCrackUrlA(), and InternetCreateUrlA_test().
| LPSTR URL_COMPONENTSA::lpszScheme |
Definition at line 194 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrl_test(), InternetCrackUrlA(), InternetCreateUrlA_test(), and test_long_url().
| LPSTR URL_COMPONENTSA::lpszUrlPath |
Definition at line 204 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrl_test(), InternetCrackUrlA(), InternetCreateUrlA_test(), and urlcache_entry_create().
| LPSTR URL_COMPONENTSA::lpszUserName |
Definition at line 200 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrl_test(), InternetCrackUrlA(), and InternetCreateUrlA_test().
| INTERNET_PORT URL_COMPONENTSA::nPort |
Definition at line 199 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), and InternetCreateUrlA_test().
| INTERNET_SCHEME URL_COMPONENTSA::nScheme |
Definition at line 196 of file wininet.h.
Referenced by convert_urlcomp_atow(), fill_url_components(), InternetCrackUrlA(), InternetCreateUrlA_test(), and urlcache_decode_url().