| /src/external/mpl/bind/dist/lib/dns/ |
| ssu.c | 45 dns_ssumatchtype_t matchtype; /*%< which type of pattern match? */ member in struct:dns_ssurule 136 const dns_name_t *identity, dns_ssumatchtype_t matchtype, 145 REQUIRE(matchtype <= dns_ssumatchtype_max); 146 if (matchtype == dns_ssumatchtype_wildcard) { 170 rule->matchtype = matchtype; 307 switch (rule->matchtype) { 353 switch (rule->matchtype) { 450 switch (rule->matchtype) { 474 switch (rule->matchtype) { [all...] |
| rbt-cachedb.c | 657 dns_typepair_t matchtype, sigmatchtype; local 679 matchtype = DNS_TYPEPAIR_VALUE(dns_rdatatype_nsec, 0); 720 if (header->type == matchtype) { 1352 dns_typepair_t matchtype, sigmatchtype, negtype; local 1371 matchtype = DNS_TYPEPAIR_VALUE(type, covers); 1401 if (header->type == matchtype) {
|
| qpcache.c | 1509 dns_typepair_t matchtype, sigmatchtype; local 1531 matchtype = DNS_TYPEPAIR_VALUE(dns_rdatatype_nsec, 0); 1567 if (header->type == matchtype) { 2223 dns_typepair_t matchtype, sigmatchtype, negtype; local 2242 matchtype = DNS_TYPEPAIR_VALUE(type, covers); 2272 if (header->type == matchtype) {
|
| rbt-zonedb.c | 1509 dns_typepair_t matchtype, sigmatchtype; local 1526 matchtype = DNS_TYPEPAIR_VALUE(type, covers); 1554 if (header->type == matchtype) {
|
| qpzone.c | 1511 dns_typepair_t matchtype, sigmatchtype; local 1528 matchtype = DNS_TYPEPAIR_VALUE(type, covers); 1552 if (header->type == matchtype) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| ssu.c | 46 dns_ssumatchtype_t matchtype; /*%< which type of pattern match? member in struct:dns_ssurule 138 const dns_name_t *identity, dns_ssumatchtype_t matchtype, 147 REQUIRE(matchtype <= dns_ssumatchtype_max); 148 if (matchtype == dns_ssumatchtype_wildcard) { 172 rule->matchtype = matchtype; 311 switch (rule->matchtype) { 355 switch (rule->matchtype) { 522 if (rule->matchtype != dns_ssumatchtype_dlz && 560 return (rule->matchtype); [all...] |
| rbtdb.c | 4963 rbtdb_rdatatype_t matchtype, sigmatchtype; local 4970 matchtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_nsec, 0); 5012 if (header->type == matchtype) { 5853 rbtdb_rdatatype_t matchtype, sigmatchtype; local 5871 matchtype = RBTDB_RDATATYPE_VALUE(type, covers); 5899 if (header->type == matchtype) { 5944 rbtdb_rdatatype_t matchtype, sigmatchtype, negtype; local 5966 matchtype = RBTDB_RDATATYPE_VALUE(type, covers); 5998 if (header->type == matchtype) {
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| ssu.h | 80 * single rule with matchtype dns_ssumatchtype_dlz. This type of SSU 114 const dns_name_t *identity, dns_ssumatchtype_t matchtype, 124 *\li If 'matchtype' is of SELF type, this rule only matches if the 136 *\li 'matchtype' must be one of the defined constants.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| ssu.h | 74 * single rule with matchtype dns_ssumatchtype_dlz. This type of SSU 108 const dns_name_t *identity, dns_ssumatchtype_t matchtype, 118 *\li If 'matchtype' is of SELF type, this rule only matches if the 130 *\li 'matchtype' must be one of the defined constants.
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zap.h | 92 typedef enum matchtype enum 124 * otherwise any matchtype can be used for lookups. 204 * entry (which may be different from the requested name if matchtype is
|
| /src/external/cddl/osnet/dist/tools/ctf/dump/ |
| dump.c | 243 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, 262 if (type != matchtype || ignore_symbol(&sym, name))
|
| /src/external/mpl/bind/dist/bin/named/ |
| zoneconf.c | 217 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local 238 str = cfg_obj_asstring(matchtype);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ia64.c | 10335 int matchtype; local 10370 if ((matchtype = resources_match (rs, idesc, note, 10376 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0); 10382 if (matchtype == 1 && rs->index >= 0)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ia64.c | 10335 int matchtype; local 10370 if ((matchtype = resources_match (rs, idesc, note, 10376 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0); 10382 if (matchtype == 1 && rs->index >= 0)
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 2808 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local 2816 tresult = dns_ssu_mtypefromstring(cfg_obj_asstring(matchtype),
|