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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dhttp.c923 SKIP_SIZE = 512, /* size of the download buffer */
927 char dlbuf[SKIP_SIZE + 1];
928 dlbuf[SKIP_SIZE] = '\0'; /* so DEBUGP can safely print it */
958 contlen = MIN (remaining_chunk_size, SKIP_SIZE);
963 ret = fd_read (fd, dlbuf, MIN (contlen, SKIP_SIZE), -1);
920 SKIP_SIZE = 512, /* size of the download buffer */ enumerator in enum:__anon10422
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dhttp.c923 SKIP_SIZE = 512, /* size of the download buffer */
927 char dlbuf[SKIP_SIZE + 1];
928 dlbuf[SKIP_SIZE] = '\0'; /* so DEBUGP can safely print it */
958 contlen = MIN (remaining_chunk_size, SKIP_SIZE);
963 ret = fd_read (fd, dlbuf, MIN (contlen, SKIP_SIZE), -1);
920 SKIP_SIZE = 512, /* size of the download buffer */ enumerator in enum:__anon330
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dhttp.c923 SKIP_SIZE = 512, /* size of the download buffer */
927 char dlbuf[SKIP_SIZE + 1];
928 dlbuf[SKIP_SIZE] = '\0'; /* so DEBUGP can safely print it */
958 contlen = MIN (remaining_chunk_size, SKIP_SIZE);
963 ret = fd_read (fd, dlbuf, MIN (contlen, SKIP_SIZE), -1);
920 SKIP_SIZE = 512, /* size of the download buffer */ enumerator in enum:__anon44447

Completed in 210 milliseconds