Searched refs:hexindex (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp_chunks.h101 int hexindex; member in struct:Curl_chunker
H A Dhttp_chunks.c90 chunk->hexindex=0; /* start at 0 */
133 if(ch->hexindex < MAXNUM_SIZE) {
134 ch->hexbuffer[ch->hexindex] = *datap;
137 ch->hexindex++;
144 if(0 == ch->hexindex) {
150 ch->hexbuffer[ch->hexindex]=0;
154 ch->hexindex);

Completed in 18 milliseconds