Home | History | Annotate | Download | only in libpng

Lines Matching refs:num_out

1729          png_size_t num_in, num_out;
1733 num_out = fread(outbuf, 1, sizeof outbuf, fpout);
1735 if (num_in != num_out)