ReactOS 0.4.16-dev-112-g52265ae
|
#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 124 of file winhttp_private.h.
Referenced by free_netconn(), netconn_close(), and read_ssl_chunk().
size_t netconn::extra_len |
Definition at line 125 of file winhttp_private.h.
Referenced by free_netconn(), and read_ssl_chunk().
Definition at line 119 of file winhttp_private.h.
Referenced by cache_connection(), netconn_close(), and netconn_create().
ULONGLONG netconn::keep_until |
Definition at line 120 of file winhttp_private.h.
Referenced by cache_connection(), collect_connections(), and connection_collector().
size_t netconn::peek_len |
Definition at line 128 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 126 of file winhttp_private.h.
Referenced by free_netconn(), netconn_recv(), and read_ssl_chunk().
char* netconn::peek_msg_mem |
Definition at line 127 of file winhttp_private.h.
Referenced by free_netconn(), netconn_close(), netconn_recv(), and read_ssl_chunk().
BOOL netconn::secure |
Definition at line 118 of file winhttp_private.h.
Referenced by free_netconn(), netconn_close(), netconn_get_certificate(), netconn_get_cipher_strength(), netconn_query_data_available(), netconn_recv(), netconn_secure_connect(), netconn_send(), and open_connection().
struct sockaddr_storage netconn::sockaddr |
Definition at line 117 of file winhttp_private.h.
Referenced by netconn_create(), and open_connection().
int netconn::socket |
Definition at line 116 of file winhttp_private.h.
Referenced by close_netconn(), create_netconn(), create_netconn_socket(), is_valid_netconn(), NETCON_is_alive(), netconn_close(), netconn_create(), netconn_is_alive(), netconn_recv(), netconn_secure_connect(), netconn_send(), netconn_set_timeout(), read_ssl_chunk(), send_ssl_chunk(), and set_blocking().
char* netconn::ssl_buf |
Definition at line 123 of file winhttp_private.h.
Referenced by free_netconn(), netconn_close(), netconn_secure_connect(), read_ssl_chunk(), and send_ssl_chunk().
CtxtHandle netconn::ssl_ctx |
Definition at line 121 of file winhttp_private.h.
Referenced by create_netconn(), free_netconn(), netconn_close(), netconn_get_certificate(), netconn_get_cipher_strength(), netconn_secure_connect(), read_ssl_chunk(), and send_ssl_chunk().
SecPkgContext_StreamSizes netconn::ssl_sizes |
Definition at line 122 of file winhttp_private.h.
Referenced by netconn_secure_connect(), netconn_send(), read_ssl_chunk(), and send_ssl_chunk().