Searched refs:gd_error_method (Results 1 – 2 of 2) sorted by relevance
167 /* Override the default gd_error_method with one that
124 static gdErrorMethod gd_error_method = gd_stderr_error; variable128 if (gd_error_method) { in _gd_error_ex()129 gd_error_method(priority, format, args); in _gd_error_ex()155 gd_error_method = error_method; in gdSetErrorMethod()163 gd_error_method = gd_stderr_error; in gdClearErrorMethod()
Completed in 21 milliseconds