HomeSort by relevance Sort by last modified time
    Searched full:gdebugassertoutputhandlerupp (Results 1 - 1 of 1) sorted by null

  /external/mdnsresponder/mDNSShared/
DebugServices.c 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
    [all...]

Completed in 34 milliseconds