Lines Matching defs:text_ok
33 struct text_ok {
39 typedef struct text_ok text_ok_t;
141 check_text_ok_single(const text_ok_t *text_ok, dns_rdataclass_t rdclass,
155 text_ok->text_in);
159 if (text_ok->text_out != NULL) {
163 text_ok->lineno, text_ok->text_in);
168 text_ok->lineno, text_ok->text_in);
186 text_ok->lineno, text_ok->text_in);
187 ATF_REQUIRE_EQ_MSG(strcmp(buf_totext, text_ok->text_out), 0,
190 text_ok->lineno, text_ok->text_in, buf_totext,
191 text_ok->text_out);
196 check_struct_conversions(&rdata, structsize, text_ok->lineno);
268 check_text_ok(const text_ok_t *text_ok, dns_rdataclass_t rdclass,
276 for (i = 0; text_ok[i].text_in != NULL; i++) {
277 check_text_ok_single(&text_ok[i], rdclass, type, structsize);
322 check_rdata(const text_ok_t *text_ok, const wire_ok_t *wire_ok,
331 if (text_ok != NULL) {
332 check_text_ok(text_ok, rdclass, type, structsize);
414 text_ok_t text_ok[] = {
472 check_rdata(text_ok, wire_ok, ISC_FALSE, dns_rdataclass_in,
541 text_ok_t text_ok[] = {
690 check_rdata(text_ok, wire_ok, ISC_FALSE, dns_rdataclass_in,
1073 text_ok_t text_ok[] = {
1089 check_rdata(text_ok, wire_ok, ISC_FALSE, dns_rdataclass_in,