Searched refs:ldns_fget_token_l (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ldns/ |
H A D | parse.c | 27 return ldns_fget_token_l(f, token, delim, limit, NULL); in ldns_fget_token() 247 ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr) in ldns_fget_token_l() function 289 i = ldns_fget_token_l(f, data, d_del, data_limit, line_nr); in ldns_fget_keyword_data_l()
|
H A D | higher.c | 178 for(i = ldns_fget_token_l(fp, line, "\n", LDNS_MAX_LINELEN, line_nr); in ldns_get_rr_list_hosts_frm_fp_l() 179 i > 0; i = ldns_fget_token_l(fp, line, "\n", LDNS_MAX_LINELEN, line_nr)) { in ldns_get_rr_list_hosts_frm_fp_l()
|
H A D | rdata.c | 404 if ((t = ldns_fget_token_l(fp, line, LDNS_PARSE_SKIP_SPACE, 0, line_nr)) == -1 || t == 0) { in ldns_rdf_new_frm_fp_l()
|
H A D | keys.c | 216 if(ldns_fget_token_l(fp, token+strlen(token), "\n", in ldns_key_new_frm_fp_gost_l()
|
/freebsd/contrib/ldns/ldns/ |
H A D | parse.h | 70 ssize_t ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);
|