
Go to the source code of this file.
Defines | |
| #define | DBG_M_SQL 0x1 |
| #define | DBG_M_UPDATE 0x2 |
| #define | DBG_M_REQUEST 0x4 |
Functions | |
| unsigned int | DbgGet (void) |
| unsigned int | DbgSet (unsigned int mask) |
| int | DbgIsSet (unsigned int flags) |
| void | DbgLog (unsigned int mask, int status,...) |
| void | DbgOutput (unsigned int mask, const char *format,...) |
| void | DbgPrint (const char *format,...) |
| #define DBG_M_REQUEST 0x4 |
Definition at line 47 of file debug.h.
Referenced by KsmRequestChangeState(), KsmRequestChangeStateGenerateDSSubConditional(), KsmRequestChangeStateGeneratePublishConditional(), KsmRequestChangeStateN(), KsmRequestCheckActiveKey(), KsmRequestCountReadyKey(), and KsmRequestKeysByType().
| #define DBG_M_UPDATE 0x2 |
Definition at line 46 of file debug.h.
Referenced by KsmUpdateActiveKeyTime(), KsmUpdateDeadKeyTime(), KsmUpdateDSPublishKeyTime(), KsmUpdateGenerateKeyTime(), KsmUpdateKEYPublishKeyTime(), KsmUpdatePublishKeyTime(), KsmUpdateReadyKeyTime(), and KsmUpdateRetireKeyTime().
| int DbgIsSet | ( | unsigned int | flags | ) |
Definition at line 110 of file debug.c.
Referenced by DbgLog(), and DbgOutput().
| void DbgLog | ( | unsigned int | mask, | |
| int | status, | |||
| ... | ||||
| ) |
Definition at line 172 of file debug.c.
References DbgIsSet(), and MsgLogAp().
Referenced by KsmRequestChangeState(), KsmRequestChangeStateGenerateDSSubConditional(), KsmRequestChangeStateGeneratePublishConditional(), KsmRequestChangeStateN(), KsmRequestCheckActiveKey(), KsmRequestCountReadyKey(), and KsmRequestKeysByType().
| void DbgOutput | ( | unsigned int | mask, | |
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 137 of file debug.c.
References DbgIsSet().
Referenced by KsmUpdateActiveKeyTime(), KsmUpdateDeadKeyTime(), KsmUpdateDSPublishKeyTime(), KsmUpdateGenerateKeyTime(), KsmUpdateKEYPublishKeyTime(), KsmUpdatePublishKeyTime(), KsmUpdateReadyKeyTime(), and KsmUpdateRetireKeyTime().
1.7.1