Searched refs:hexindex (Results 1 – 2 of 2) sorted by relevance
93 chunk->hexindex = 0; /* start at 0 */ in Curl_httpchunk_init()140 if(ch->hexindex < MAXNUM_SIZE) { 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()162 ch->hexindex); in Curl_httpchunk_read()
87 int hexindex; member