Lines Matching defs:handler
42 void (*handler)(void);
153 * to remain loaded until the atexit() handler is run at process exit.
370 currhandler->handler();
655 int OPENSSL_atexit(void (*handler)(void))
670 handlersym.func = handler;
684 * Deliberately leak a reference to the handler. This will force the
685 * library/code containing the handler to remain loaded until we run the
686 * atexit handler. If -znodelete has been used then this is
695 handlersym.func = handler;
714 newhand->handler = handler;