Searched refs:hexindex (Results 1 – 2 of 2) sorted by relevance
85 ch->hexindex = 0; /* start at 0 */ in Curl_httpchunk_init()96 ch->hexindex = 0; /* start at 0 */ in Curl_httpchunk_reset()149 if(ch->hexindex >= CHUNK_MAXNUM_LEN) { in httpchunk_readwrite()155 ch->hexbuffer[ch->hexindex++] = *buf; in httpchunk_readwrite()161 if(0 == ch->hexindex) { in httpchunk_readwrite()171 ch->hexbuffer[ch->hexindex] = 0; in httpchunk_readwrite()
98 unsigned char hexindex; member
Completed in 5 milliseconds