OpenDNSSEC-enforcer
1.4.1
|
#include <stdio.h>
#include "ksm/database_statement.h"
#include "ksm/string_util.h"
#include "ksm/string_util2.h"
Go to the source code of this file.
Functions | |
char * | DdsInit (const char *table) |
void | DdsConditionInt (char **query, const char *field, DQS_COMPARISON compare, int value, int index) |
void | DdsConditionString (char **query, const char *field, DQS_COMPARISON compare, const char *value, int index) |
void | DdsConditionKeyword (char **query, const char *field, DQS_COMPARISON compare, const char *value, int index) |
void | DdsEnd (char **query) |
void | DdsFree (char *query) |
void DdsConditionInt | ( | char ** | query, |
const char * | field, | ||
DQS_COMPARISON | compare, | ||
int | value, | ||
int | index | ||
) |
Definition at line 90 of file dd_string.c.
References DqsConditionInt().
Referenced by cmd_delkey(), cmd_purgepolicy(), do_purge(), KsmDeleteKeyRange(), KsmDeleteZone(), KsmPurge(), and PurgeKeys().
void DdsConditionKeyword | ( | char ** | query, |
const char * | field, | ||
DQS_COMPARISON | compare, | ||
const char * | value, | ||
int | index | ||
) |
Definition at line 104 of file dd_string.c.
References DqsConditionKeyword().
void DdsConditionString | ( | char ** | query, |
const char * | field, | ||
DQS_COMPARISON | compare, | ||
const char * | value, | ||
int | index | ||
) |
Definition at line 97 of file dd_string.c.
References DqsConditionString().
void DdsEnd | ( | char ** | query | ) |
Definition at line 111 of file dd_string.c.
References DqsEnd().
Referenced by cmd_delkey(), cmd_purgepolicy(), do_purge(), KsmDeleteKeyRange(), KsmDeleteZone(), KsmPurge(), and PurgeKeys().
void DdsFree | ( | char * | query | ) |
Definition at line 117 of file dd_string.c.
References DqsFree().
Referenced by cmd_delkey(), cmd_purgepolicy(), do_purge(), KsmDeleteKeyRange(), KsmDeleteZone(), KsmPurge(), and PurgeKeys().
char* DdsInit | ( | const char * | table | ) |
Definition at line 62 of file dd_string.c.
References StrAppend(), and StrStrdup().
Referenced by cmd_delkey(), cmd_purgepolicy(), do_purge(), KsmDeleteKeyRange(), KsmDeleteZone(), KsmPurge(), and PurgeKeys().