HomeSort by relevance Sort by last modified time
    Searched full:hexindex (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
http_chunks.c 89 chunk->hexindex = 0; /* start at 0 */
132 if(ch->hexindex < MAXNUM_SIZE) {
133 ch->hexbuffer[ch->hexindex] = *datap;
136 ch->hexindex++;
144 if(0 == ch->hexindex)
150 ch->hexbuffer[ch->hexindex] = 0;
154 ch->hexindex);
http_chunks.h 84 int hexindex; member in struct:Curl_chunker

Completed in 91 milliseconds