Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Drtbl.h56 struct rtbl_data;
57 typedef struct rtbl_data *rtbl_t;
H A Drtbl.c54 struct rtbl_data { struct
65 return calloc (1, sizeof (struct rtbl_data)); in rtbl_create() argument