Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c37 #define COPY_BUFSIZE (1024*1024) /* 1 MByte */ macro
51 #define COMP_OUT_BUF_SIZE COPY_BUFSIZE
55 #define OUT_BUF_SIZE COPY_BUFSIZE
152 static char file_buffer_c[COPY_BUFSIZE * 5 + ((COPY_BUFSIZE / HEX_BYTES_PER_LINE) * 3)];
407 buf = malloc(COPY_BUFSIZE); in copy_file()
408 while ((len = fread(buf, 1, COPY_BUFSIZE, fin)) > 0) { in copy_file()

Completed in 4 milliseconds