Searched refs:hexindex (Results 1 – 2 of 2) sorted by relevance
94 chunk->hexindex = 0; /* start at 0 */ in Curl_httpchunk_init()140 if(ch->hexindex < CHUNK_MAXNUM_LEN) { in Curl_httpchunk_read()141 ch->hexbuffer[ch->hexindex] = *datap; in Curl_httpchunk_read()144 ch->hexindex++; in Curl_httpchunk_read()152 if(0 == ch->hexindex) in Curl_httpchunk_read()158 ch->hexbuffer[ch->hexindex] = 0; in Curl_httpchunk_read()161 result = Curl_convert_from_network(data, ch->hexbuffer, ch->hexindex); in Curl_httpchunk_read()
88 unsigned char hexindex; member