OpenDNSSEC-enforcer  1.4.3
Functions
dd_string.c File Reference
#include <stdio.h>
#include "ksm/database_statement.h"
#include "ksm/string_util.h"
#include "ksm/string_util2.h"
Include dependency graph for dd_string.c:

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)
 

Function Documentation

void DdsConditionInt ( char **  query,
const char *  field,
DQS_COMPARISON  compare,
int  value,
int  index 
)
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)
void DdsFree ( char *  query)
char* DdsInit ( const char *  table)