Searched refs:hexbuffer (Results 1 – 3 of 3) sorted by relevance
141 ch->hexbuffer[ch->hexindex] = *datap; in Curl_httpchunk_read()158 ch->hexbuffer[ch->hexindex] = 0; in Curl_httpchunk_read()161 result = Curl_convert_from_network(conn->data, ch->hexbuffer, in Curl_httpchunk_read()169 if(curlx_strtoofft(ch->hexbuffer, &endptr, 16, &ch->datasize)) in Curl_httpchunk_read()
86 char hexbuffer[ MAXNUM_SIZE + 1]; member
318 char hexbuffer[11] = ""; in Curl_fillreadbuffer() local319 hexlen = msnprintf(hexbuffer, sizeof(hexbuffer), in Curl_fillreadbuffer()327 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()