cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Member Functions | Public Attributes | List of all members
HTTP_DATA_INFO Struct Reference

#include <stream.h>

Public Member Functions

 BUFFER_UNSPECIFIED (bufSize) void *buffer
 
 BUFFER_FIXED (contentTypeLen) const char *contentType
 

Public Attributes

int bufSize
 
int bytesAvail
 
int bytesTransferred
 
int contentTypeLen
 
BOOLEAN bufferResize
 
BOOLEAN softErrors
 
STREAM_HTTPREQTYPE_TYPE reqType
 
HTTP_URI_INFOreqInfo
 
int reqStatus
 

Detailed Description

Definition at line 282 of file stream.h.

Member Function Documentation

HTTP_DATA_INFO::BUFFER_FIXED ( contentTypeLen  ) const
HTTP_DATA_INFO::BUFFER_UNSPECIFIED ( bufSize  )

Member Data Documentation

BOOLEAN HTTP_DATA_INFO::bufferResize

Definition at line 312 of file stream.h.

int HTTP_DATA_INFO::bufSize

Definition at line 294 of file stream.h.

int HTTP_DATA_INFO::bytesAvail

Definition at line 295 of file stream.h.

int HTTP_DATA_INFO::bytesTransferred

Definition at line 295 of file stream.h.

int HTTP_DATA_INFO::contentTypeLen

Definition at line 298 of file stream.h.

HTTP_URI_INFO* HTTP_DATA_INFO::reqInfo

Definition at line 318 of file stream.h.

int HTTP_DATA_INFO::reqStatus

Definition at line 319 of file stream.h.

STREAM_HTTPREQTYPE_TYPE HTTP_DATA_INFO::reqType

Definition at line 317 of file stream.h.

BOOLEAN HTTP_DATA_INFO::softErrors

Definition at line 313 of file stream.h.


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