Searched refs:LDNS_MAX_LINELEN (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/ldns/
H A Dhigher.c162 line = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1);
163 word = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1);
164 addr = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1);
165 rr_str = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1);
178 for(i = ldns_fget_token_l(fp, line, "\n", LDNS_MAX_LINELEN, line_nr);
179 i > 0; i = ldns_fget_token_l(fp, line, "\n", LDNS_MAX_LINELEN, line_nr)) {
196 for(cnt = 0, j = ldns_bget_token(linebuf, word, LDNS_PARSE_NO_NL, LDNS_MAX_LINELEN);
198 j = ldns_bget_token(linebuf, word, LDNS_PARSE_NO_NL, LDNS_MAX_LINELEN), cnt++) {
217 (void)strlcpy(addr, word, LDNS_MAX_LINELEN+1);
221 snprintf(rr_str, LDNS_MAX_LINELEN,
[all...]
H A Dkeys.c306 d = LDNS_XMALLOC(char, LDNS_MAX_LINELEN);
323 LDNS_MAX_LINELEN, line_nr) == -1) {
338 LDNS_MAX_LINELEN, line_nr) == -1) {
560 d = LDNS_XMALLOC(char, LDNS_MAX_LINELEN);
561 buf = LDNS_XMALLOC(uint8_t, LDNS_MAX_LINELEN);
572 if (ldns_fget_keyword_data_l(f, "Modulus", ": ", d, "\n", LDNS_MAX_LINELEN, line_nr) == -1) {
583 if (ldns_fget_keyword_data_l(f, "PublicExponent", ": ", d, "\n", LDNS_MAX_LINELEN, line_nr) == -1) {
593 if (ldns_fget_keyword_data_l(f, "PrivateExponent", ": ", d, "\n", LDNS_MAX_LINELEN, line_nr) == -1) {
603 if (ldns_fget_keyword_data_l(f, "Prime1", ": ", d, "\n", LDNS_MAX_LINELEN, line_nr) == -1) {
613 if (ldns_fget_keyword_data_l(f, "Prime2", ": ", d, "\n", LDNS_MAX_LINELEN, line_n
[all...]
H A Drdata.c383 line = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1);
H A Dresolver.c676 char word[LDNS_MAX_LINELEN + 1];
H A Drr.c697 line = LDNS_XMALLOC(char, LDNS_MAX_LINELEN + 1);
703 if ((size = ldns_fget_token_l(fp, line, LDNS_PARSE_SKIP_SPACE, LDNS_MAX_LINELEN, line_nr)) == -1) {
/freebsd-10.2-release/contrib/unbound/ldns/
H A Dparse.h22 #define LDNS_MAX_LINELEN 10230 macro
/freebsd-10.2-release/contrib/ldns/ldns/
H A Dparse.h23 #define LDNS_MAX_LINELEN 10230 macro
/freebsd-10.2-release/contrib/ldns/drill/
H A Ddrill_util.c43 char line[LDNS_MAX_LINELEN];

Completed in 110 milliseconds