Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c3584 #define SCRATCHSIZE 21 in Curl_http_readwrite_headers() macro
3586 char scratch[SCRATCHSIZE + 1]; /* "HTTP/major.minor 123" */ in Curl_http_readwrite_headers()
3592 strncpy(&scratch[0], k->p, SCRATCHSIZE); in Curl_http_readwrite_headers()
3593 scratch[SCRATCHSIZE] = 0; /* null terminate */ in Curl_http_readwrite_headers()
3596 SCRATCHSIZE); in Curl_http_readwrite_headers()