Searched defs:atf_tc (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.h35 struct atf_tc;
37 typedef void (*atf_tc_head_t)(struct atf_tc *);
38 typedef void (*atf_tc_body_t)(const struct atf_tc *);
39 typedef void (*atf_tc_cleanup_t)(const struct atf_tc *);
58 * The "atf_tc" type.
62 struct atf_tc { struct
65 typedef struct atf_tc atf_tc_t;

Completed in 1027 milliseconds