Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c3559 #define SCRATCHSIZE 21 in Curl_http_readwrite_headers() macro
3561 char scratch[SCRATCHSIZE + 1]; /* "HTTP/major.minor 123" */ in Curl_http_readwrite_headers()
3566 strncpy(&scratch[0], headp, SCRATCHSIZE); in Curl_http_readwrite_headers()
3567 scratch[SCRATCHSIZE] = 0; /* null terminate */ in Curl_http_readwrite_headers()
3570 SCRATCHSIZE); in Curl_http_readwrite_headers()