Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp_chunks.c82 ch->hexindex = 0; /* start at 0 */ in Curl_httpchunk_init()
93 ch->hexindex = 0; /* start at 0 */ in Curl_httpchunk_reset()
146 if(ch->hexindex >= CHUNK_MAXNUM_LEN) { in httpchunk_readwrite()
152 ch->hexbuffer[ch->hexindex++] = *buf; in httpchunk_readwrite()
158 if(0 == ch->hexindex) { in httpchunk_readwrite()
168 ch->hexbuffer[ch->hexindex] = 0; in httpchunk_readwrite()
H A Dhttp_chunks.h98 unsigned char hexindex; member

Completed in 2 milliseconds