Searched refs:matchtype (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dssu.c50 unsigned int matchtype; /*%< which type of pattern match? */ member in struct:dns_ssurule
161 dns_name_t *identity, unsigned int matchtype,
172 REQUIRE(matchtype <= DNS_SSUMATCHTYPE_MAX);
173 if (matchtype == DNS_SSUMATCHTYPE_WILDCARD)
209 rule->matchtype = matchtype;
373 switch (rule->matchtype) {
405 switch (rule->matchtype) {
509 if (rule->matchtype != DNS_SSUMATCHTYPE_DLZ &&
542 return (rule->matchtype);
160 dns_ssutable_addrule(dns_ssutable_t *table, isc_boolean_t grant, dns_name_t *identity, unsigned int matchtype, dns_name_t *name, unsigned int ntypes, dns_rdatatype_t *types) argument
[all...]
H A Drbtdb.c4440 rbtdb_rdatatype_t matchtype, sigmatchtype; local
4444 matchtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_nsec, 0);
4517 if (header->type == matchtype)
5548 rbtdb_rdatatype_t matchtype, sigmatchtype; local
5566 matchtype = RBTDB_RDATATYPE_VALUE(type, covers);
5592 if (header->type == matchtype) {
5632 rbtdb_rdatatype_t matchtype, sigmatchtype, negtype; local
5653 matchtype = RBTDB_RDATATYPE_VALUE(type, covers);
5683 if (header->type == matchtype)
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DSchema.pm446 my $matchtype = shift;
449 if (exists $attrtype->{$matchtype}) {
450 return $attrtype->{$matchtype};
455 $matchtype);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dssu.h68 * single rule with matchtype DNS_SSUMATCHTYPE_DLZ. This type of SSU
102 dns_name_t *identity, unsigned int matchtype,
112 *\li If 'matchtype' is of SELF type, this rule only matches if the
124 *\li 'matchtype' must be one of the defined constants.
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-od.c1348 ODMatchType matchtype = kODMatchEqualTo; local
1439 matchtype = kODMatchInsensitiveEqualTo;
1537 matchtype = kODMatchCompoundExpression;
1568 matchtype,
1654 ODMatchType matchtype; local
1675 matchtype = kODMatchEqualTo;
1679 matchtype = kODMatchCompoundExpression;
1698 matchtype,
/macosx-10.9.5/swig-10/Source/Swig/
H A Dtypemap.c604 static Hash *typemap_search(const_String_or_char_ptr tmap_method, SwigType *type, const_String_or_char_ptr name, SwigType **matchtype) { argument
736 if (matchtype) {
737 *matchtype = Copy(ctype);
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddump.c370 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, argument
400 if (type != matchtype || ignore_symbol(&sym, name))
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/
H A Dcheck.c1185 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local
1202 strcasecmp(cfg_obj_asstring(matchtype), "zonesub") != 0) {
1217 strcasecmp(cfg_obj_asstring(matchtype), "wildcard") == 0 &&
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dzoneconf.c217 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local
237 str = cfg_obj_asstring(matchtype);

Completed in 136 milliseconds