Searched refs:hexbuffer (Results 1 – 3 of 3) sorted by relevance
137 ch->hexbuffer[ch->hexindex] = *datap; in Curl_httpchunk_read()154 ch->hexbuffer[ch->hexindex] = 0; in Curl_httpchunk_read()157 result = Curl_convert_from_network(conn->data, ch->hexbuffer, in Curl_httpchunk_read()165 if(curlx_strtoofft(ch->hexbuffer, &endptr, 16, &ch->datasize)) in Curl_httpchunk_read()
83 char hexbuffer[ MAXNUM_SIZE + 1]; member
299 char hexbuffer[11] = ""; in Curl_fillreadbuffer() local320 hexlen = msnprintf(hexbuffer, sizeof(hexbuffer), in Curl_fillreadbuffer()328 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()