MeterLogger
|
Data Fields | |
char | head [MAX_HEAD_LEN] |
int | headPos |
int | postPos |
char * | sendBuff |
int | sendBuffLen |
char HttpdPriv::head[MAX_HEAD_LEN] |
Definition at line 53 of file httpd.c.
Referenced by httpdGetHeader(), and httpdRecvCb().
int HttpdPriv::headPos |
Definition at line 54 of file httpd.c.
Referenced by httpdConnectCb(), httpdGetHeader(), and httpdRecvCb().
int HttpdPriv::postPos |
Definition at line 55 of file httpd.c.
Referenced by httpdConnectCb(), httpdParseHeader(), and httpdRecvCb().
char* HttpdPriv::sendBuff |
Definition at line 56 of file httpd.c.
Referenced by httpdRecvCb(), httpdSend(), httpdSentCb(), and xmitSendBuff().
int HttpdPriv::sendBuffLen |
Definition at line 57 of file httpd.c.
Referenced by httpdRecvCb(), httpdSend(), httpdSentCb(), and xmitSendBuff().