Searched defs:DEBUG_EXPORT (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.h424 /*! @defined DEBUG_EXPORT
436 #define DEBUG_EXPORT __private_extern__ macro
438 #define DEBUG_EXPORT extern macro
1292 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... );
1320 DEBUG_EXPORT void DebugFinalize( void );
1336 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... );
1364 DEBUG_EXPORT OSStatus DebugSetProperty( DebugPropertyTag inTag, ... );
1406 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... );
1416 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs );
1446 DEBUG_EXPORT voi
[all...]

Completed in 75 milliseconds