Lines Matching defs:what
25 static void test_dns_label_unescape_one(const char *what, const char *expect, size_t buffer_sz, int ret) {
29 r = dns_label_unescape(&what, buffer, buffer_sz);
53 static void test_dns_name_to_wire_format_one(const char *what, const char *expect, size_t buffer_sz, int ret) {
57 r = dns_name_to_wire_format(what, buffer, buffer_sz, false);
113 static void test_dns_label_unescape_suffix_one(const char *what, const char *expect1, const char *expect2, size_t buffer_sz, int ret1, int ret2) {
118 label = what + strlen(what);
120 r = dns_label_unescape_suffix(what, &label, buffer, buffer_sz);
125 r = dns_label_unescape_suffix(what, &label, buffer, buffer_sz);
153 static void test_dns_label_escape_one(const char *what, size_t l, const char *expect, int ret) {
157 r = dns_label_escape_new(what, l, &t);
173 static void test_dns_name_normalize_one(const char *what, const char *expect, int ret) {
177 r = dns_name_normalize(what, &t);