Lines Matching defs:handler
362 * Default error handler.
577 * This procedure sets the ICE error handler to be the specified
578 * routine. If NULL is passed in the default error handler is restored.
579 * The function's return value is the previous error handler.
584 IceErrorHandler handler
589 if (handler != NULL)
590 _IceErrorHandler = handler;
600 * Default IO error handler.
609 "ICE default IO error handler doing an exit(), pid = %ld, errno = %d\n",
619 * This procedure sets the ICE fatal I/O error handler to be the
621 * handler is restored. The function's return value is the
622 * previous error handler.
627 IceIOErrorHandler handler
632 if (handler != NULL)
633 _IceIOErrorHandler = handler;