Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:gdebugassertoutputhandlerupp

202 	static DebugAssertOutputHandlerUPP		gDebugAssertOutputHandlerUPP	= NULL;
260 if( !gDebugAssertOutputHandlerUPP )
262 gDebugAssertOutputHandlerUPP = NewDebugAssertOutputHandlerUPP( DebugAssertOutputHandler );
263 check( gDebugAssertOutputHandlerUPP );
264 if( gDebugAssertOutputHandlerUPP )
266 InstallDebugAssertOutputHandler( gDebugAssertOutputHandlerUPP );
406 check( gDebugAssertOutputHandlerUPP );
407 if( gDebugAssertOutputHandlerUPP )
410 DisposeDebugAssertOutputHandlerUPP( gDebugAssertOutputHandlerUPP );
411 gDebugAssertOutputHandlerUPP = NULL;