Home
last modified time | relevance | path

Searched refs:hexbuffer (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Dhttp_chunks.c152 ch->hexbuffer[ch->hexindex++] = *buf; in httpchunk_readwrite()
168 ch->hexbuffer[ch->hexindex] = 0; in httpchunk_readwrite()
169 if(curlx_strtoofft(ch->hexbuffer, &endptr, 16, &ch->datasize)) { in httpchunk_readwrite()
170 failf(data, "chunk hex-length not valid: '%s'", ch->hexbuffer); in httpchunk_readwrite()
H A Dhttp_chunks.h99 char hexbuffer[CHUNK_MAXNUM_LEN + 1]; /* +1 for null-terminator */ member
H A Dtransfer.c316 char hexbuffer[11] = ""; in Curl_fillreadbuffer() local
317 hexlen = msnprintf(hexbuffer, sizeof(hexbuffer), in Curl_fillreadbuffer()
325 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()

Completed in 6 milliseconds