OpenDNSSEC-enforcer
1.4.8.2
|
Go to the source code of this file.
Functions | |
unsigned int | DbgGet (void) |
unsigned int | DbgSet (unsigned int mask) |
int | DbgIsSet (unsigned int flags) |
void | DbgOutput (unsigned int mask, const char *format,...) |
void | DbgLog (unsigned int mask, int status,...) |
void | DbgPrint (const char *format,...) |
int DbgIsSet | ( | unsigned int | flags | ) |
Definition at line 108 of file debug.c.
Referenced by DbgLog(), and DbgOutput().
void DbgLog | ( | unsigned int | mask, |
int | status, | ||
... | |||
) |
Definition at line 170 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 135 of file debug.c.
References DbgIsSet().
Referenced by KsmUpdateActiveKeyTime(), KsmUpdateDeadKeyTime(), KsmUpdateDSPublishKeyTime(), KsmUpdateGenerateKeyTime(), KsmUpdateKEYPublishKeyTime(), KsmUpdatePublishKeyTime(), KsmUpdateReadyKeyTime(), KsmUpdateRetireKeyTime(), and sqlite3_my_step().