Lines Matching defs:domain
96 struct domain struct
104 domain_type* parent; argument
105 domain_type* wildcard_child_closest_match; argument
108 struct nsec3_domain_data* nsec3; argument
110 /* double-linked list sorted by domain.number */ argument
111 domain_type* numlist_prev, *numlist_next; argument
112 uint32_t number; /* Unique domain name number. */ argument
118 * This domain name exists (see wildcard clarification draft). argument
133 domain_type* nsec3_last; /* last domain with nsec3, wraps */ argument
185 domain_type* domain; member
272 domain_dname(domain_type* domain) in domain_dname()
282 domain_dname_const(const domain_type* domain) in domain_dname_const()
292 domain_previous(domain_type* domain) in domain_previous()
304 domain_next(domain_type* domain) in domain_next()
319 static inline const char* domain_to_string(domain_type* domain) in domain_to_string()
322 static inline const char* domain_to_string_buf(domain_type* domain, char *buf) in domain_to_string_buf()
462 domain_type *domain; member