Go to the source code of this file.
Classes | |
struct | Curl_chunker |
Defines | |
#define | MAXNUM_SIZE 16 |
Enumerations | |
enum | CHUNKcode { CHUNKE_STOP = -1, CHUNKE_OK = 0, CHUNKE_TOO_LONG_HEX = 1, CHUNKE_ILLEGAL_HEX, CHUNKE_BAD_CHUNK, CHUNKE_WRITE_ERROR, CHUNKE_BAD_ENCODING, CHUNKE_OUT_OF_MEMORY, CHUNKE_LAST } |
enum | ChunkyState { CHUNK_HEX, CHUNK_LF, CHUNK_DATA, CHUNK_POSTLF, CHUNK_STOP, CHUNK_TRAILER, CHUNK_TRAILER_CR, CHUNK_TRAILER_POSTCR } |
Functions | |
const char * | Curl_chunked_strerror (CHUNKcode code) |
#define MAXNUM_SIZE 16 |
Definition at line 29 of file http_chunks.h.
enum CHUNKcode |
CHUNKE_STOP | |
CHUNKE_OK | |
CHUNKE_TOO_LONG_HEX | |
CHUNKE_ILLEGAL_HEX | |
CHUNKE_BAD_CHUNK | |
CHUNKE_WRITE_ERROR | |
CHUNKE_BAD_ENCODING | |
CHUNKE_OUT_OF_MEMORY | |
CHUNKE_LAST |
Definition at line 68 of file http_chunks.h.
enum ChunkyState |
CHUNK_HEX | |
CHUNK_LF | |
CHUNK_DATA | |
CHUNK_POSTLF | |
CHUNK_STOP | |
CHUNK_TRAILER | |
CHUNK_TRAILER_CR | |
CHUNK_TRAILER_POSTCR |
Definition at line 31 of file http_chunks.h.
const char* Curl_chunked_strerror | ( | CHUNKcode | code | ) |
Definition at line 361 of file http_chunks.c.