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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp.c3018 #define SCRATCHSIZE 21 macro
3020 char scratch[SCRATCHSIZE+1]; /* "HTTP/major.minor 123" */
3026 strncpy(&scratch[0], k->p, SCRATCHSIZE);
3027 scratch[SCRATCHSIZE] = 0; /* null terminate */
3030 SCRATCHSIZE);

Completed in 38 milliseconds