|
OpenDNSSEC-signer
1.4.9
|
#include "config.h"#include "adapter/adutil.h"#include "shared/file.h"#include "shared/log.h"#include <ldns/ldns.h>
Go to the source code of this file.
Functions | |
| ldns_rr * | adutil_lookup_soa_rr (FILE *fd) |
| int | adutil_readline_frm_file (FILE *fd, char *line, unsigned int *l, int keep_comments) |
| void | adutil_rtrim_line (char *line, int *line_len) |
| int | adutil_whitespace_line (char *line, int line_len) |
| ldns_rr* adutil_lookup_soa_rr | ( | FILE * | fd | ) |
Lookup SOA RR.
Definition at line 47 of file adutil.c.
References adutil_readline_frm_file(), adutil_rtrim_line(), and SE_ADFILE_MAXLINE.
| int adutil_readline_frm_file | ( | FILE * | fd, |
| char * | line, | ||
| unsigned int * | l, | ||
| int | keep_comments | ||
| ) |
Read one line from zone file.
Definition at line 82 of file adutil.c.
References ods_fgetc(), ods_log_error(), and SE_ADFILE_MAXLINE.
Referenced by addns_read_rr(), adutil_lookup_soa_rr(), and backup_read_uint32_t().
| void adutil_rtrim_line | ( | char * | line, |
| int * | line_len | ||
| ) |
Definition at line 189 of file adutil.c.
Referenced by addns_read_rr(), and adutil_lookup_soa_rr().
| int adutil_whitespace_line | ( | char * | line, |
| int | line_len | ||
| ) |
1.8.11