doom3-gpl
Doom 3 GPL source release
|
#include <http_chunks.h>
Public Attributes | |
char | hexbuffer [MAXNUM_SIZE+1] |
int | hexindex |
ChunkyState | state |
size_t | datasize |
size_t | dataleft |
Definition at line 80 of file http_chunks.h.
size_t Curl_chunker::dataleft |
Definition at line 85 of file http_chunks.h.
size_t Curl_chunker::datasize |
Definition at line 84 of file http_chunks.h.
char Curl_chunker::hexbuffer[MAXNUM_SIZE+1] |
Definition at line 81 of file http_chunks.h.
int Curl_chunker::hexindex |
Definition at line 82 of file http_chunks.h.
ChunkyState Curl_chunker::state |
Definition at line 83 of file http_chunks.h.