|
OpenDNSSEC-signer
2.0.4
|
#include "adapter/adapter.h"#include "status.h"#include <libxml/xpath.h>#include <libxml/xmlreader.h>Go to the source code of this file.
Functions | |
| adapter_type * | parse_zonelist_adapter (xmlXPathContextPtr xpathCtx, xmlChar *expr, int inbound) |
| ods_status | parse_zonelist_zones (void *zlist, const char *zlfile) |
| adapter_type* parse_zonelist_adapter | ( | xmlXPathContextPtr | xpathCtx, |
| xmlChar * | expr, | ||
| int | inbound | ||
| ) |
Parsing zonelist files. Parse adapter.
| [in] | xpathCtx | XPath Context Pointer |
| [in] | expr | expression |
| [in] | inbound | true if Input Adapter |
Parse adapter.
Definition at line 99 of file zonelistparser.c.
| ods_status parse_zonelist_zones | ( | void * | zlist, |
| const char * | zlfile | ||
| ) |
Parse the zonelist file.
| [in] | zlist | zone list storage |
| [in] | zlfile | zonelist file name |
Parse the zonelist file.
Definition at line 173 of file zonelistparser.c.
1.8.13