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