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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp.c910 SKIP_SIZE = 512, /* size of the download buffer */
913 char dlbuf[SKIP_SIZE + 1];
914 dlbuf[SKIP_SIZE] = '\0'; /* so DEBUGP can safely print it */
929 int ret = fd_read (fd, dlbuf, MIN (contlen, SKIP_SIZE), -1);
907 SKIP_SIZE = 512, /* size of the download buffer */ enumerator in enum:__anon7557

Completed in 130 milliseconds