MeterLogger
Data Fields
HttpdPriv Struct Reference
Collaboration diagram for HttpdPriv:

Data Fields

char head [MAX_HEAD_LEN]
 
int headPos
 
int postPos
 
char * sendBuff
 
int sendBuffLen
 

Detailed Description

Definition at line 52 of file httpd.c.

Field Documentation

◆ head

char HttpdPriv::head[MAX_HEAD_LEN]

Definition at line 53 of file httpd.c.

Referenced by httpdGetHeader(), and httpdRecvCb().

◆ headPos

int HttpdPriv::headPos

Definition at line 54 of file httpd.c.

Referenced by httpdConnectCb(), httpdGetHeader(), and httpdRecvCb().

◆ postPos

int HttpdPriv::postPos

Definition at line 55 of file httpd.c.

Referenced by httpdConnectCb(), httpdParseHeader(), and httpdRecvCb().

◆ sendBuff

char* HttpdPriv::sendBuff

Definition at line 56 of file httpd.c.

Referenced by httpdRecvCb(), httpdSend(), httpdSentCb(), and xmitSendBuff().

◆ sendBuffLen

int HttpdPriv::sendBuffLen

Definition at line 57 of file httpd.c.

Referenced by httpdRecvCb(), httpdSend(), httpdSentCb(), and xmitSendBuff().


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