Searched refs:gd_error_method (Results 1 – 2 of 2) sorted by relevance
168 /* Override the default gd_error_method with one that
94 static gdErrorMethod gd_error_method = gd_stderr_error; variable98 if (gd_error_method) { in _gd_error_ex()99 gd_error_method(priority, format, args); in _gd_error_ex()125 gd_error_method = error_method; in gdSetErrorMethod()133 gd_error_method = gd_stderr_error; in gdClearErrorMethod()
Completed in 12 milliseconds