Lines Matching defs:txt
39 const char *txt;
55 const unsigned char *txt;
64 assert_non_null(expected[count].txt);
65 txt = edns->value + sizeof(code);
66 assert_memory_equal(expected[count].txt, txt,
69 assert_null(expected[count].txt);
91 { .code = 2, .txt = "foobar" },
92 { .code = 22, .txt = NULL },
94 .txt = "It's been a long time since I rock-and-rolledOoh, "
115 { .code = 1, .txt = NULL },
116 { .code = 22, .txt = "two" },
117 { .code = 3, .txt = "three" },
135 { .code = 1, .txt = NULL },
154 { .code = 1, .txt = NULL },
174 { .code = 1, .txt = NULL },
175 { .code = 2, .txt = "two-the-first" },
176 { .code = 3, .txt = "three" },
185 dns_ede_add(&edectx2, 1, "one-the-first-with-txt");
189 { .code = 1, .txt = "one-the-first-with-txt" },
190 { .code = 2, .txt = "two-the-second" },
191 { .code = 3, .txt = "three" }
203 { .code = 2, .txt = "two-the-third" },
204 { .code = 1, .txt = "one-the-first-with-txt" },
205 { .code = 3, .txt = "three" }