Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngfix.c3160 static struct file *get_control(png_const_structrp png_ptr);
3165 stop(get_control(png_ptr), LIBPNG_ERROR_CODE, message); in error_handler()
3171 struct file *file = get_control(png_ptr); in warning_handler()
3184 struct file *file = get_control(png_ptr); in read_callback()
3530 get_control(png_const_structrp png_ptr) in get_control() function