OpenDNSSEC-signer  1.3.15
Functions
zonelistparser.c File Reference
#include "adapter/adapter.h"
#include "parser/zonelistparser.h"
#include "shared/file.h"
#include "shared/log.h"
#include "signer/zonelist.h"
#include "signer/zone.h"
#include "shared/status.h"
#include <libxml/xpath.h>
#include <libxml/xmlreader.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for zonelistparser.c:

Go to the source code of this file.

Functions

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

Function Documentation

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

Parse adapter.

Definition at line 103 of file zonelistparser.c.

References ADAPTER_FILE, and ods_log_error().

Referenced by parse_conf_adapters().

ods_status parse_zonelist_zones ( struct zonelist_struct zlist,
const char *  zlfile 
)