Lines Matching refs:handler
97 * A message object passed to the debug message handler.
139 * no message handler.
180 * there is no message handler.
208 * and must not rely on the data persisting after the handler returns.
215 * \param message the debug message handler message object
217 * \param client_data the data value passed when registering the message handler
220 * and must not rely on the data persisting after the handler returns.
222 * This message handler is deprecated. Use MessageHandler2 instead.
230 * \param message the debug message handler message object
233 * and must not rely on the data persisting after the handler returns.
276 // handler thread is not supported any more parameter must be false.
277 static void SetMessageHandler(MessageHandler handler,
279 static void SetMessageHandler2(MessageHandler2 handler);
288 static void SetHostDispatchHandler(HostDispatchHandler handler,
300 * calling handler
303 DebugMessageDispatchHandler handler, bool provide_locker = false);