ReactOS 0.4.16-dev-2491-g3dc6630
netconn Struct Reference

#include <winhttp_private.h>

Collaboration diagram for netconn:

Public Attributes

struct list entry
 
LONG refs
 
int socket
 
struct sockaddr_storage sockaddr
 
BOOL secure
 
struct hostdatahost
 
ULONGLONG keep_until
 
CtxtHandle ssl_ctx
 
SecPkgContext_StreamSizes ssl_sizes
 
charssl_read_buf
 
charssl_write_buf
 
charextra_buf
 
size_t extra_len
 
charpeek_msg
 
charpeek_msg_mem
 
size_t peek_len
 
HANDLE port
 

Detailed Description

Definition at line 113 of file winhttp_private.h.

Member Data Documentation

◆ entry

struct list netconn::entry

Definition at line 115 of file winhttp_private.h.

Referenced by cache_connection(), connection_collector(), and open_connection().

◆ extra_buf

char* netconn::extra_buf

Definition at line 125 of file winhttp_private.h.

Referenced by free_netconn(), netconn_release(), and read_ssl_chunk().

◆ extra_len

size_t netconn::extra_len

Definition at line 126 of file winhttp_private.h.

Referenced by free_netconn(), and read_ssl_chunk().

◆ host

struct hostdata* netconn::host

Definition at line 120 of file winhttp_private.h.

Referenced by cache_connection(), netconn_create(), and netconn_release().

◆ keep_until

ULONGLONG netconn::keep_until

Definition at line 121 of file winhttp_private.h.

Referenced by cache_connection(), collect_connections(), and connection_collector().

◆ peek_len

size_t netconn::peek_len

◆ peek_msg

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().

◆ peek_msg_mem

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().

◆ port

HANDLE netconn::port

◆ refs

LONG netconn::refs

Definition at line 116 of file winhttp_private.h.

Referenced by netconn_addref(), netconn_create(), and netconn_release().

◆ secure

◆ sockaddr

struct sockaddr_storage netconn::sockaddr

Definition at line 118 of file winhttp_private.h.

Referenced by netconn_create(), and open_connection().

◆ socket

◆ ssl_ctx

◆ ssl_read_buf

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().

◆ ssl_sizes

SecPkgContext_StreamSizes netconn::ssl_sizes

◆ ssl_write_buf

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().


The documentation for this struct was generated from the following file: