Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp_chunks.h99 char hexbuffer[CHUNK_MAXNUM_LEN + 1]; /* +1 for null-terminator */ member
H A Dhttp_chunks.c155 ch->hexbuffer[ch->hexindex++] = *buf; in httpchunk_readwrite()
171 ch->hexbuffer[ch->hexindex] = 0; in httpchunk_readwrite()
172 if(curlx_strtoofft(ch->hexbuffer, NULL, 16, &ch->datasize)) { in httpchunk_readwrite()
173 failf(data, "chunk hex-length not valid: '%s'", ch->hexbuffer); in httpchunk_readwrite()

Completed in 6 milliseconds