Searched refs:SM_DEBUG_T (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | xtrap.c | 19 SM_DEBUG_T SmXtrapDebug = SM_DEBUG_INITIALIZER("sm_xtrap", 22 SM_DEBUG_T SmXtrapReport = SM_DEBUG_INITIALIZER("sm_xtrap_report",
|
H A D | assert.c | 34 SM_DEBUG_T SmExpensiveAssert = SM_DEBUG_INITIALIZER("sm_check_assert", 37 SM_DEBUG_T SmExpensiveRequire = SM_DEBUG_INITIALIZER("sm_check_require", 40 SM_DEBUG_T SmExpensiveEnsure = SM_DEBUG_INITIALIZER("sm_check_ensure", 48 SM_DEBUG_T SmAbortStop = SM_DEBUG_INITIALIZER("sm_abort_stop",
|
H A D | debug.c | 120 SM_DEBUG_T SmDBGPidTime = SM_DEBUG_INITIALIZER("sm_trace_pid_time", 203 SM_DEBUG_T *SmDebugInitialized = NULL; 225 SM_DEBUG_T *debug; 380 SM_DEBUG_T *debug; 419 SM_DEBUG_T *debug;
|
H A D | t-heap.c | 22 extern SM_DEBUG_T SmHeapCheck;
|
H A D | heap.c | 45 SM_DEBUG_T SmHeapCheck = SM_DEBUG_INITIALIZER("sm_check_heap", 239 SM_DEBUG_T SmHeapLimit = SM_DEBUG_INITIALIZER("sm_heap_limit",
|
H A D | ldap.c | 35 SM_DEBUG_T SmLDAPTrace = SM_DEBUG_INITIALIZER("sm_trace_ldap",
|
/osnet-11/usr/src/cmd/sendmail/include/sm/ |
H A D | xtrap.h | 25 extern SM_DEBUG_T SmXtrapDebug; 26 extern SM_DEBUG_T SmXtrapReport;
|
H A D | debug.h | 58 typedef struct sm_debug SM_DEBUG_T; typedef in typeref:struct:sm_debug 94 SM_DEBUG_T *debug_next; 125 sm_debug_loadactive __P((SM_DEBUG_T *, int)); 128 sm_debug_loadlevel __P((SM_DEBUG_T *));
|
H A D | assert.h | 111 extern SM_DEBUG_T SmExpensiveRequire; 112 extern SM_DEBUG_T SmExpensiveEnsure; 113 extern SM_DEBUG_T SmExpensiveAssert;
|
H A D | heap.h | 109 extern SM_DEBUG_T SmHeapTrace; 110 extern SM_DEBUG_T SmHeapCheck;
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | util.c | 758 static SM_DEBUG_T DebugANSI = SM_DEBUG_INITIALIZER("ANSI",
|
H A D | main.c | 45 static SM_DEBUG_T
|
H A D | srvrsmtp.c | 346 static SM_DEBUG_T DebugLeakSmtp = SM_DEBUG_INITIALIZER("leak_smtp",
|
H A D | queue.c | 124 static SM_DEBUG_T DebugLeakQ = SM_DEBUG_INITIALIZER("leak_q",
|
Completed in 105 milliseconds