Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
DDebugServices.h436 #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 void
1496 DEBUG_EXPORT size_t DebugSNPrintF(char *sbuffer, size_t buflen, const char *fmt, ...);
[all …]
DDebugServices.c240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ) in DebugInitialize()
403 DEBUG_EXPORT void DebugFinalize( void ) in DebugFinalize()
420 DEBUG_EXPORT OSStatus DebugGetProperty( DebugPropertyTag inTag, ... ) in DebugGetProperty()
459 DEBUG_EXPORT OSStatus DebugSetProperty( DebugPropertyTag inTag, ... ) in DebugSetProperty()
503 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... ) in DebugPrintF()
528 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs ) in DebugPrintFVAList()
657 DEBUG_EXPORT void
1172 DEBUG_EXPORT size_t DebugSNPrintF(char *sbuffer, size_t buflen, const char *fmt, ...) in DebugSNPrintF()
1188 DEBUG_EXPORT size_t DebugSNPrintFVAList(char *sbuffer, size_t buflen, const char *fmt, va_list arg) in DebugSNPrintFVAList()
1614 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t in… in DebugGetErrorString()
[all …]