Home | History | Annotate | Download | only in mDNSPosix

Lines Matching defs:match

188 		1 on success (match)
189 0 on failure (no match)
238 Matching AF code, or AF_UNSPEC if no match found.
248 Matching ns_class_t, or ns_c_invalid if no match found.
258 Matching ns_type_t, or ns_t_invalid if no match found.
355 if the unqualified prefix happens to match a domain suffix.
923 Must match addr
1244 Must match data alignment
1614 int match = config_is_mdns_suffix (name);
1615 if (match > 0)
1629 if (match < 0)
1652 int match;
1669 match = config_is_mdns_suffix (addr_str);
1670 if (match > 0)
1676 if (match < 0)
2627 Find the index of an string entry in a table. A case insenitive match
2633 Table entries may be NULL. NULL entries will never match.