Home
last modified time | relevance | path

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

/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A 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()