ReactOS 0.4.16-dev-250-g3ecd236
|
#include <winhttp.h>
DWORD URL_COMPONENTS::dwExtraInfoLength |
Definition at line 479 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(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
DWORD URL_COMPONENTS::dwHostNameLength |
Definition at line 470 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(), WinHttpCrackUrl(), and WinHttpCreateUrl().
DWORD URL_COMPONENTS::dwPasswordLength |
Definition at line 475 of file winhttp.h.
Referenced by convert_urlcomp_atow(), download_file(), fill_url_components(), get_display_url(), get_url_length(), reset_url_components(), WinHttpCrackUrl(), and WinHttpCreateUrl().
DWORD URL_COMPONENTS::dwSchemeLength |
Definition at line 467 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(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
DWORD URL_COMPONENTS::dwStructSize |
Definition at line 465 of file winhttp.h.
Referenced by convert_urlcomp_atow(), download_file(), fill_url_components(), handle_redirect(), InternetCreateUrlW(), reset_url_components(), winhttp_request_Open(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
DWORD URL_COMPONENTS::dwUrlPathLength |
Definition at line 477 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(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
DWORD URL_COMPONENTS::dwUserNameLength |
Definition at line 473 of file winhttp.h.
Referenced by convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), reset_url_components(), WinHttpCrackUrl(), and WinHttpCreateUrl().
LPWSTR URL_COMPONENTS::lpszExtraInfo |
Definition at line 478 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), InternetCreateUrlW(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
LPWSTR URL_COMPONENTS::lpszHostName |
Definition at line 469 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), winhttp_request_Open(), WinHttpCrackUrl(), and WinHttpCreateUrl().
LPWSTR URL_COMPONENTS::lpszPassword |
Definition at line 474 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_display_url(), get_url_length(), InternetCreateUrlW(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
LPWSTR URL_COMPONENTS::lpszScheme |
Definition at line 466 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), InternetCreateUrlW(), winhttp_request_Open(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
LPWSTR URL_COMPONENTS::lpszUrlPath |
Definition at line 476 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), winhttp_request_Open(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
LPWSTR URL_COMPONENTS::lpszUserName |
Definition at line 472 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), InternetCreateUrlW(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
INTERNET_PORT URL_COMPONENTS::nPort |
Definition at line 471 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), reset_url_components(), winhttp_request_Open(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().
INTERNET_SCHEME URL_COMPONENTS::nScheme |
Definition at line 468 of file winhttp.h.
Referenced by calc_url_length(), convert_urlcomp_atow(), download_file(), fill_url_components(), get_url_length(), handle_redirect(), InternetCreateUrlW(), WinHttpCrackUrl(), WinHttpCreateUrl(), and WinHttpCreateUrl_test().