Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c3265 #define SCRATCHSIZE 21 in Curl_http_readwrite_headers() macro
3267 char scratch[SCRATCHSIZE+1]; /* "HTTP/major.minor 123" */ in Curl_http_readwrite_headers()
3273 strncpy(&scratch[0], k->p, SCRATCHSIZE); in Curl_http_readwrite_headers()
3274 scratch[SCRATCHSIZE] = 0; /* null terminate */ in Curl_http_readwrite_headers()
3277 SCRATCHSIZE); in Curl_http_readwrite_headers()