Searched refs:hexbuffer (Results 1 – 3 of 3) sorted by relevance
133 ch->hexbuffer[ch->hexindex] = *datap; in Curl_httpchunk_read()150 ch->hexbuffer[ch->hexindex]=0; in Curl_httpchunk_read()153 result = Curl_convert_from_network(conn->data, ch->hexbuffer, in Curl_httpchunk_read()161 ch->datasize=curlx_strtoofft(ch->hexbuffer, &endptr, 16); in Curl_httpchunk_read()
83 char hexbuffer[ MAXNUM_SIZE + 1]; member
164 char hexbuffer[11]; in Curl_fillreadbuffer() local182 hexlen = snprintf(hexbuffer, sizeof(hexbuffer), in Curl_fillreadbuffer()190 memcpy(data->req.upload_fromhere, hexbuffer, hexlen); in Curl_fillreadbuffer()206 length = strlen(hexbuffer); in Curl_fillreadbuffer()