|
OpenDNSSEC-enforcer
1.3.9
|
#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include "ksm/database.h"#include "ksm/database_statement.h"#include "ksm/datetime.h"#include "ksm/db_fields.h"#include "ksm/debug.h"#include "ksm/ksmdef.h"#include "ksm/ksm.h"#include "ksm/ksm_internal.h"#include "ksm/message.h"#include "ksm/string_util.h"
Go to the source code of this file.
Functions | |
| int | KsmDNSSECKeysInSMCountInit (DB_RESULT *result, int id) |
| int | KsmDNSSECKeysStateCountInit (DB_RESULT *result, int policy_id, KSM_KEY_POLICY *key_policy, int state) |
| int | KsmDNSSECKeysInSMCount (DB_RESULT result, int *count) |
| int KsmDNSSECKeysInSMCount | ( | DB_RESULT | result, |
| int * | count | ||
| ) |
Definition at line 167 of file ksm_dnsseckeys.c.
References DB_COUNT, DbErrmsg(), DbFetchRow(), DbFreeRow(), DbHandle(), DbInt(), KSM_SQLFAIL, and MsgLog().
| int KsmDNSSECKeysInSMCountInit | ( | DB_RESULT * | result, |
| int | id | ||
| ) |
Definition at line 68 of file ksm_dnsseckeys.c.
References DbExecuteSql(), DbHandle(), DQS_COMPARE_EQ, DqsConditionInt(), DqsCountInit(), and DqsFree().
| int KsmDNSSECKeysStateCountInit | ( | DB_RESULT * | result, |
| int | policy_id, | ||
| KSM_KEY_POLICY * | key_policy, | ||
| int | state | ||
| ) |
Definition at line 115 of file ksm_dnsseckeys.c.
References KSM_KEY_POLICY::algorithm, KSM_KEY_POLICY::bits, DbExecuteSql(), DbHandle(), DQS_COMPARE_EQ, DqsConditionInt(), DqsCountInit(), DqsFree(), KSM_INVARG, MsgLog(), KSM_KEY_POLICY::sm, and KSM_KEY_POLICY::type.
1.8.1.2