HomeSort by: relevance | last modified time | path
    Searched refs:DebugOutputFunctionPtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h 203 /*! @typedef DebugOutputFunctionPtr
208 typedef void ( *DebugOutputFunctionPtr )( char *inData, size_t inSize, void *inContext );
DebugServices.c 182 static DebugOutputFunctionPtr gDebugCustomOutputFunction = NULL;
275 gDebugCustomOutputFunction = va_arg( args, DebugOutputFunctionPtr );

Completed in 18 milliseconds