Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:DEBUG_EXPORT

424 /*!	@defined	DEBUG_EXPORT
436 #define DEBUG_EXPORT __private_extern__
438 #define DEBUG_EXPORT extern
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
1496 DEBUG_EXPORT size_t DebugSNPrintF(char *sbuffer, size_t buflen, const char *fmt, ...);
1506 DEBUG_EXPORT size_t DebugSNPrintFVAList(char *sbuffer, size_t buflen, const char *fmt, va_list arg);
1528 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize );
1538 DEBUG_EXPORT size_t
1590 DEBUG_EXPORT uint32_t DebugTaskLevel( void );
1600 DEBUG_EXPORT OSStatus DebugServicesTest( void );