Searched refs:LDNS_PARSE_SKIP_SPACE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/unbound/sldns/
H A Dparse.h19 #define LDNS_PARSE_SKIP_SPACE "\f\n\r\v" macro
H A Dstr2wire.c868 if((size = sldns_fget_token_l(in, line, LDNS_PARSE_SKIP_SPACE,
/freebsd-13-stable/contrib/ldns/ldns/
H A Dparse.h20 #define LDNS_PARSE_SKIP_SPACE "\f\n\r\v" macro
/freebsd-13-stable/contrib/ldns/
H A Dresolver.c913 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_SKIP_SPACE, 0, line_nr);
956 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_SKIP_SPACE, 0, line_nr);
961 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_SKIP_SPACE, 0, line_nr);
H A Drdata.c398 if ((t = ldns_fget_token_l(fp, line, LDNS_PARSE_SKIP_SPACE, 0, line_nr)) == -1 || t == 0) {
H A Drr.c728 if ((size = ldns_fget_token_l(fp, line, LDNS_PARSE_SKIP_SPACE, LDNS_MAX_LINELEN, line_nr)) == -1) {

Completed in 105 milliseconds