Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
DDebugServices.h212 typedef void ( *DebugOutputFunctionPtr )( char *inData, size_t inSize, void *inContext ); typedef
DDebugServices.c207 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL;
315 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr ); in DebugInitialize()