Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngfix.c3167 static struct file *get_control(png_const_structrp png_ptr);
3172 stop(get_control(png_ptr), LIBPNG_ERROR_CODE, message); in error_handler()
3178 struct file *file = get_control(png_ptr); in warning_handler()
3191 struct file *file = get_control(png_ptr); in read_callback()
3537 get_control(png_const_structrp png_ptr) in get_control() function