Searched refs:DOWNLOAD_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
21 #define DOWNLOAD_BUFSIZE (64 * 1024) macro178 buf = malloc(DOWNLOAD_BUFSIZE); in download_md_image()187 while ((nread = read(fd, buf, DOWNLOAD_BUFSIZE)) > 0) { in download_md_image()