Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp_chunks.c85 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()
H A Dhttp_chunks.h98 unsigned char hexindex; member

Completed in 6 milliseconds