Home
last modified time | relevance | path

Searched refs:CHUNK_MAXNUM_LEN (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dhttp_chunks.h38 #define CHUNK_MAXNUM_LEN (SIZEOF_CURL_OFF_T * 2) macro
99 char hexbuffer[CHUNK_MAXNUM_LEN + 1]; /* +1 for null-terminator */
H A Dhttp_chunks.c149 if(ch->hexindex >= CHUNK_MAXNUM_LEN) { in httpchunk_readwrite()
150 failf(data, "chunk hex-length longer than %d", CHUNK_MAXNUM_LEN); in httpchunk_readwrite()

Completed in 10 milliseconds