OpenDNSSEC-enforcer  1.4.3
Functions
ksm_zone.c File Reference
#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"
Include dependency graph for ksm_zone.c:

Go to the source code of this file.

Functions

int KsmZoneInit (DB_RESULT *result, int policy_id)
 
int KsmZoneCountInit (DB_RESULT *result, int id)
 
int KsmZone (DB_RESULT result, KSM_ZONE *data)
 
int KsmZoneCount (DB_RESULT result, int *count)
 
int KsmZoneIdFromName (const char *zone_name, int *zone_id)
 
int KsmZoneIdAndPolicyFromName (const char *zone_name, int *policy_id, int *zone_id)
 
int KsmDeleteZone (int zone_id)
 
int KsmZoneNameFromId (int zone_id, char **zone_name)
 

Function Documentation

int KsmDeleteZone ( int  zone_id)
int KsmZone ( DB_RESULT  result,
KSM_ZONE data 
)
int KsmZoneCount ( DB_RESULT  result,
int *  count 
)
int KsmZoneCountInit ( DB_RESULT result,
int  id 
)
int KsmZoneIdAndPolicyFromName ( const char *  zone_name,
int *  policy_id,
int *  zone_id 
)
int KsmZoneIdFromName ( const char *  zone_name,
int *  zone_id 
)
int KsmZoneInit ( DB_RESULT result,
int  policy_id 
)
int KsmZoneNameFromId ( int  zone_id,
char **  zone_name 
)