Home | History | Annotate | Download | only in libpng

Lines Matching refs:NEAR_BUF_SIZE

338 #define NEAR_BUF_SIZE 1024
357 png_byte buf[NEAR_BUF_SIZE];
363 read = MIN(NEAR_BUF_SIZE, remaining);
412 #define NEAR_BUF_SIZE 1024
431 png_byte buf[NEAR_BUF_SIZE];
437 written = MIN(NEAR_BUF_SIZE, remaining);