Searched refs:DebugLevel (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c83 static OSStatus DebugPrint( DebugLevel inLevel, char *inData, size_t inSize );
128 static void DebugWindowsEventLogPrint( DebugLevel inLevel, char *inData, size_t inSize );
198 static DebugLevel gDebugPrintLevelMin = kDebugLevelInfo;
199 static DebugLevel gDebugPrintLevelMax = kDebugLevelMax;
200 static DebugLevel gDebugBreakLevel = kDebugLevelAssert;
424 DebugLevel * level;
430 level = va_arg( args, DebugLevel * );
436 level = va_arg( args, DebugLevel * );
442 level = va_arg( args, DebugLevel * );
463 DebugLevel leve
[all...]
H A DDebugServices.h276 /*! @typedef DebugLevel
281 typedef int32_t DebugLevel; typedef
344 #define kDebugPropertyTagPrintLevelMin 0x6D696E70U // 'minp' Get: 1st param = DebugLevel *
345 // Set: 1st param = DebugLevel
349 #define kDebugPropertyTagPrintLevelMax 0x706D786CU // 'maxp' Get: 1st param = DebugLevel *
350 // Set: 1st param = DebugLevel
352 #define kDebugPropertyTagBreakLevel 0x62726B6CU // 'brkl' Get: 1st param = DebugLevel *
353 // Set: 1st param = DebugLevel
1406 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... );
1416 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLeve
[all...]
/macosx-10.10.1/cups-408/cups/backend/
H A Dsnmp.c47 * DebugLevel N
57 * DebugLevel 0
155 static int DebugLevel = 0; variable
239 _cupsSNMPSetDebug(DebugLevel);
431 if (DebugLevel)
459 if (!DebugLevel)
793 DebugLevel = atoi(debug);
827 else if (!_cups_strcasecmp(line, "DebugLevel"))
828 DebugLevel = atoi(value);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dapache.vim105 syn keyword apacheOption DebugLevel ImplicitAdd NoImplicitAdd
120 syn keyword apacheOption PreservesContentLength DebugLevel LogStderr NoLogStderr
H A Dxf86conf.vim98 Xf86confdeclopt DataBits Debug DebugLevel DefaultServerLayout DeltaX DeltaY Device DeviceName
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorks.c100 mDNSlocal void DebugMsg( DebugLevel inLevel, const char *inFormat, ... );
189 DebugLevel gMDNSDebugOverrideLevel = kDebugLevelMax;
735 mDNSlocal void DebugMsg( DebugLevel inLevel, const char *inFormat, ... )
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c252 void DebugLevel();
1956 DebugLevel();
2343 void DebugLevel() function
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c200 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet );
1695 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet )

Completed in 143 milliseconds