Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A DDebugServices.c182 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL; variable
275 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr ); in DebugInitialize()
547 if( gDebugCustomOutputFunction ) in DebugPrint()
549 gDebugCustomOutputFunction( inData, inSize, gDebugCustomOutputContext ); in DebugPrint()