OpenDNSSEC-signer  2.0.4
Functions
zonelistparser.c File Reference
#include "adapter/adapter.h"
#include "parser/zonelistparser.h"
#include "file.h"
#include "log.h"
#include "status.h"
#include "signer/zonelist.h"
#include "signer/zone.h"
#include <libxml/xpath.h>
#include <libxml/xmlreader.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

adapter_typeparse_zonelist_adapter (xmlXPathContextPtr xpathCtx, xmlChar *expr, int inbound)
 
ods_status parse_zonelist_zones (void *zlist, const char *zlfile)
 

Function Documentation

◆ parse_zonelist_adapter()

adapter_type* parse_zonelist_adapter ( xmlXPathContextPtr  xpathCtx,
xmlChar *  expr,
int  inbound 
)

Parse adapter.

Definition at line 99 of file zonelistparser.c.

◆ parse_zonelist_zones()

ods_status parse_zonelist_zones ( void *  zlist,
const char *  zlfile 
)

Parse the zonelist file.

Definition at line 173 of file zonelistparser.c.