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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_chunks.h84 int hexindex; member in struct:Curl_chunker
H A Dhttp_chunks.c92 chunk->hexindex=0; /* start at 0 */
135 if(ch->hexindex < MAXNUM_SIZE) {
136 ch->hexbuffer[ch->hexindex] = *datap;
139 ch->hexindex++;
147 if(0 == ch->hexindex)
153 ch->hexbuffer[ch->hexindex]=0;
157 ch->hexindex);

Completed in 107 milliseconds