|
OpenDNSSEC-enforcer
1.3.9
|
#include <stdio.h>#include "ksm/ksm.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 * | DisInit (const char *table) |
| char * | DisSpecifyInit (const char *table, const char *cols) |
| void | DisAppendInt (char **sql, int what) |
| void | DisAppendString (char **sql, const char *what) |
| void | DisEnd (char **sql) |
| void | DisFree (char *sql) |
| void DisAppendInt | ( | char ** | sql, |
| int | what | ||
| ) |
Definition at line 133 of file di_string.c.
References KSM_INT_STR_SIZE, and StrAppend().
Referenced by KsmDnssecKeyCreate(), KsmImportKeyPair(), KsmImportRepository(), KsmImportZone(), KsmKeyPairCreate(), and KsmParameterSet().
| void DisAppendString | ( | char ** | sql, |
| const char * | what | ||
| ) |
Definition at line 144 of file di_string.c.
References StrAppend().
Referenced by KsmDnssecKeyCreate(), KsmImportKeyPair(), KsmImportPolicy(), KsmImportRepository(), KsmImportZone(), and KsmKeyPairCreate().
| void DisEnd | ( | char ** | sql | ) |
Definition at line 172 of file di_string.c.
References StrAppend().
Referenced by KsmDnssecKeyCreate(), KsmImportKeyPair(), KsmImportPolicy(), KsmImportRepository(), KsmImportZone(), KsmKeyPairCreate(), and KsmParameterSet().
| void DisFree | ( | char * | sql | ) |
Definition at line 193 of file di_string.c.
References StrFree.
Referenced by KsmDnssecKeyCreate(), KsmImportKeyPair(), KsmImportPolicy(), KsmImportRepository(), KsmImportZone(), KsmKeyPairCreate(), and KsmParameterSet().
| char* DisInit | ( | const char * | table | ) |
Definition at line 67 of file di_string.c.
References StrAppend(), and StrStrdup().
Referenced by KsmParameterSet().
| char* DisSpecifyInit | ( | const char * | table, |
| const char * | cols | ||
| ) |
Definition at line 101 of file di_string.c.
References StrAppend(), and StrStrdup().
Referenced by KsmDnssecKeyCreate(), KsmImportKeyPair(), KsmImportPolicy(), KsmImportRepository(), KsmImportZone(), and KsmKeyPairCreate().
1.8.1.2