Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_chunks.h29 #define MAXNUM_SIZE 16 macro
83 char hexbuffer[ MAXNUM_SIZE + 1];
Dhttp_chunks.c136 if(ch->hexindex < MAXNUM_SIZE) { in Curl_httpchunk_read()