|
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/kmedef.h"#include "ksm/ksm.h"
Go to the source code of this file.
Functions | |
| int | KsmDeleteKeyRange (int minid, int maxid) |
| int | KsmDeleteKeyRanges (int limit[], int size) |
| int KsmDeleteKeyRange | ( | int | minid, |
| int | maxid | ||
| ) |
Definition at line 72 of file ksm_key_delete.c.
References DbExecuteSqlNoResult(), DbHandle(), DdsConditionInt(), DdsEnd(), DdsFree(), DdsInit(), DQS_COMPARE_EQ, DQS_COMPARE_GE, and DQS_COMPARE_LE.
Referenced by KsmDeleteKeyRanges().
| int KsmDeleteKeyRanges | ( | int | limit[], |
| int | size | ||
| ) |
Definition at line 153 of file ksm_key_delete.c.
References KsmDeleteKeyRange().
1.8.1.2