Home | History | Annotate | Download | only in libpng

Lines Matching defs:check

53    png_size_t check;
58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
60 if (check != length)
75 png_uint_32 check;
82 /* Check if data really is near. If so, use usual code. */
88 check = fwrite(near_data, 1, length, io_ptr);
95 check = 0;
108 check += err;
116 if (check != length)
225 void *png_far_to_near(png_structp png_ptr, png_voidp ptr, int check)
232 if (check != 0)
239 void *png_far_to_near(png_structp png_ptr, png_voidp ptr, int check)
246 if (check != 0)