|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winhttp.h>
| DWORD URL_COMPONENTS::dwExtraInfoLength |
Definition at line 551 of file winhttp.h.
Referenced by convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), reset_url_components(), winhttp_request_Open(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| DWORD URL_COMPONENTS::dwHostNameLength |
Definition at line 542 of file winhttp.h.
Referenced by build_url(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), reset_url_components(), winhttp_request_Open(), and WinHttpCreateUrl().
| DWORD URL_COMPONENTS::dwPasswordLength |
Definition at line 547 of file winhttp.h.
Referenced by build_url(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_display_url(), get_url_length(), reset_url_components(), and WinHttpCreateUrl().
| DWORD URL_COMPONENTS::dwSchemeLength |
Definition at line 539 of file winhttp.h.
Referenced by convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), reset_url_components(), winhttp_request_Open(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| DWORD URL_COMPONENTS::dwStructSize |
Definition at line 537 of file winhttp.h.
Referenced by build_url(), convert_urlcomp_atow(), download_file(), fill_url_components(), handle_redirect(), InternetCreateUrlW(), reset_url_components(), winhttp_request_Open(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| DWORD URL_COMPONENTS::dwUrlPathLength |
Definition at line 549 of file winhttp.h.
Referenced by build_url(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), reset_url_components(), winhttp_request_Open(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| DWORD URL_COMPONENTS::dwUserNameLength |
Definition at line 545 of file winhttp.h.
Referenced by build_url(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), reset_url_components(), and WinHttpCreateUrl().
| LPWSTR URL_COMPONENTS::lpszExtraInfo |
Definition at line 550 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), InternetCreateUrlW(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| LPWSTR URL_COMPONENTS::lpszHostName |
Definition at line 541 of file winhttp.h.
Referenced by build_url(), calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), winhttp_request_Open(), and WinHttpCreateUrl().
| LPWSTR URL_COMPONENTS::lpszPassword |
Definition at line 546 of file winhttp.h.
Referenced by build_url(), calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_display_url(), get_url_length(), InternetCreateUrlW(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| LPWSTR URL_COMPONENTS::lpszScheme |
Definition at line 538 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), InternetCreateUrlW(), winhttp_request_Open(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| LPWSTR URL_COMPONENTS::lpszUrlPath |
Definition at line 548 of file winhttp.h.
Referenced by build_url(), calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), winhttp_request_Open(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| LPWSTR URL_COMPONENTS::lpszUserName |
Definition at line 544 of file winhttp.h.
Referenced by build_url(), calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), InternetCreateUrlW(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| INTERNET_PORT URL_COMPONENTS::nPort |
Definition at line 543 of file winhttp.h.
Referenced by build_url(), calc_url_length(), convert_urlcomp_atow(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), reset_url_components(), winhttp_request_Open(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
| INTERNET_SCHEME URL_COMPONENTS::nScheme |
Definition at line 540 of file winhttp.h.
Referenced by build_url(), calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().