ReactOS 0.4.15-dev-7846-g8ba6c66
netconn Struct Reference

#include <winhttp_private.h>

Collaboration diagram for netconn:

Public Attributes

struct list entry
 
int socket
 
struct sockaddr_storage sockaddr
 
BOOL secure
 
struct hostdatahost
 
ULONGLONG keep_until
 
CtxtHandle ssl_ctx
 
SecPkgContext_StreamSizes ssl_sizes
 
charssl_buf
 
charextra_buf
 
size_t extra_len
 
charpeek_msg
 
charpeek_msg_mem
 
size_t peek_len
 

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 124 of file winhttp_private.h.

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

◆ extra_len

size_t netconn::extra_len

Definition at line 125 of file winhttp_private.h.

Referenced by free_netconn(), and read_ssl_chunk().

◆ host

struct hostdata* netconn::host

Definition at line 119 of file winhttp_private.h.

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

◆ keep_until

ULONGLONG netconn::keep_until

Definition at line 120 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 126 of file winhttp_private.h.

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

◆ peek_msg_mem

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

◆ secure

◆ sockaddr

struct sockaddr_storage netconn::sockaddr

Definition at line 117 of file winhttp_private.h.

Referenced by netconn_create(), and open_connection().

◆ socket

◆ ssl_buf

char* netconn::ssl_buf

◆ ssl_ctx

◆ ssl_sizes

SecPkgContext_StreamSizes netconn::ssl_sizes

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