Home
last modified time | relevance | path

Searched refs:ds_linefn_t (Results 1 – 2 of 2) sorted by relevance

/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd.h98 typedef int ds_linefn_t(struct dataset *ds, char *line, struct dsctx *dsc); typedef
137 ds_linefn_t *dst_linefn; /* routine to parse input line */
153 static ds_linefn_t ds_##t##_line; \
H A Drbldnsd_zones.c364 ds_linefn_t *linefn = dscur->ds_type->dst_linefn; in readdslines()