|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winhttp_private.h>

Definition at line 113 of file winhttp_private.h.
Definition at line 115 of file winhttp_private.h.
Referenced by cache_connection(), connection_collector(), and open_connection().
| char* netconn::extra_buf |
Definition at line 125 of file winhttp_private.h.
Referenced by free_netconn(), netconn_release(), and read_ssl_chunk().
| size_t netconn::extra_len |
Definition at line 126 of file winhttp_private.h.
Referenced by free_netconn(), and read_ssl_chunk().
Definition at line 120 of file winhttp_private.h.
Referenced by cache_connection(), netconn_create(), and netconn_release().
| ULONGLONG netconn::keep_until |
Definition at line 121 of file winhttp_private.h.
Referenced by cache_connection(), collect_connections(), and connection_collector().
| size_t netconn::peek_len |
Definition at line 129 of file winhttp_private.h.
Referenced by free_netconn(), netconn_query_data_available(), netconn_recv(), and read_ssl_chunk().
| char* netconn::peek_msg |
Definition at line 127 of file winhttp_private.h.
Referenced by free_netconn(), netconn_is_alive(), netconn_recv(), and read_ssl_chunk().
| char* netconn::peek_msg_mem |
Definition at line 128 of file winhttp_private.h.
Referenced by free_netconn(), netconn_recv(), netconn_release(), and read_ssl_chunk().
| HANDLE netconn::port |
Definition at line 130 of file winhttp_private.h.
Referenced by netconn_release(), netconn_send(), and netconn_wait_overlapped_result().
| LONG netconn::refs |
Definition at line 116 of file winhttp_private.h.
Referenced by netconn_addref(), netconn_create(), and netconn_release().
| BOOL netconn::secure |
Definition at line 119 of file winhttp_private.h.
Referenced by free_netconn(), netconn_get_certificate(), netconn_get_cipher_strength(), netconn_is_alive(), netconn_query_data_available(), netconn_recv(), netconn_release(), netconn_secure_connect(), netconn_send(), and open_connection().
| struct sockaddr_storage netconn::sockaddr |
Definition at line 118 of file winhttp_private.h.
Referenced by netconn_create(), and open_connection().
| int netconn::socket |
Definition at line 117 of file winhttp_private.h.
Referenced by close_netconn(), create_netconn(), create_netconn_socket(), is_valid_netconn(), NETCON_is_alive(), netconn_cancel_io(), netconn_create(), netconn_is_alive(), netconn_recv(), netconn_release(), netconn_secure_connect(), netconn_send(), netconn_set_timeout(), netconn_wait_overlapped_result(), read_ssl_chunk(), send_ssl_chunk(), and set_blocking().
| CtxtHandle netconn::ssl_ctx |
Definition at line 122 of file winhttp_private.h.
Referenced by create_netconn(), free_netconn(), netconn_get_certificate(), netconn_get_cipher_strength(), netconn_release(), netconn_secure_connect(), read_ssl_chunk(), and send_ssl_chunk().
| char* netconn::ssl_read_buf |
Definition at line 124 of file winhttp_private.h.
Referenced by netconn_release(), netconn_secure_connect(), and read_ssl_chunk().
| SecPkgContext_StreamSizes netconn::ssl_sizes |
Definition at line 123 of file winhttp_private.h.
Referenced by netconn_secure_connect(), netconn_send(), read_ssl_chunk(), and send_ssl_chunk().
| char * netconn::ssl_write_buf |
Definition at line 124 of file winhttp_private.h.
Referenced by netconn_release(), netconn_secure_connect(), and send_ssl_chunk().