Searched refs:gDebugCustomOutputFunction (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c207 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL; variable
315 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr );
591 if( gDebugCustomOutputFunction )
593 gDebugCustomOutputFunction( inData, inSize, gDebugCustomOutputContext );

Completed in 82 milliseconds