HomeSort by relevance Sort by last modified time
    Searched refs:DebugOutputFunctionPtr (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSShared/
DebugServices.h 207 /*! @typedef DebugOutputFunctionPtr
212 typedef void ( *DebugOutputFunctionPtr )( char *inData, size_t inSize, void *inContext );
    [all...]
DebugServices.c 207 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL;
315 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr );
    [all...]

Completed in 31 milliseconds