Searched refs:hexindex (Results 1 – 2 of 2) sorted by relevance
93 chunk->hexindex = 0; /* start at 0 */ in Curl_httpchunk_init()136 if(ch->hexindex < MAXNUM_SIZE) { in Curl_httpchunk_read()137 ch->hexbuffer[ch->hexindex] = *datap; in Curl_httpchunk_read()140 ch->hexindex++; in Curl_httpchunk_read()148 if(0 == ch->hexindex) in Curl_httpchunk_read()154 ch->hexbuffer[ch->hexindex] = 0; in Curl_httpchunk_read()158 ch->hexindex); in Curl_httpchunk_read()
84 int hexindex; member