Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
DDebugServices.c207 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL; variable
315 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr ); in DebugInitialize()
591 if( gDebugCustomOutputFunction ) in DebugPrint()
593 gDebugCustomOutputFunction( inData, inSize, gDebugCustomOutputContext ); in DebugPrint()