/bind-9.6-ESV-R11/bin/tests/system/checknames/ns1/ |
H A D | named.conf | 42 check-names ignore; 48 check-names warn; 54 check-names fail; 61 check-names ignore; 68 check-names warn; 75 check-names fail;
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | resconf.h | 229 * Set name or add names to an object of lower module that `ctx' holds. 248 const char **names, int nnames); 251 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names, 255 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names, 259 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names, 263 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names, 267 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names,
|
H A D | checker.h | 127 idn_checker_addall(idn_checker_t ctx, const char **names, int nnames);
|
H A D | mapper.h | 115 idn_mapper_addall(idn_mapper_t ctx, const char **names, int nnames);
|
H A D | mapselector.h | 139 const char **names, int nnames);
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | lwsearch.h | 48 dns_namelist_t names; member in struct:ns_lwsearchlist
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | byaddr.h | 60 * is ISC_R_SUCCESS, then 'names' will contain a list of names associated 67 dns_namelist_t names; member in struct:dns_byaddrevent
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | lwsearch.c | 60 ISC_LIST_INIT(list->names); 100 while (!ISC_LIST_EMPTY(list->names)) { 101 dns_name_t *name = ISC_LIST_HEAD(list->names); 102 ISC_LIST_UNLINK(list->names, name, link); 129 ISC_LIST_APPEND(list->names, newname, link); 148 sctx->searchname = ISC_LIST_HEAD(sctx->list->names);
|
H A D | lwdgnba.c | 94 for (name = ISC_LIST_HEAD(bevent->names);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | resconf.c | 696 * Set canonical scheme names. 907 const char **names, int nnames) { 910 assert(ctx != NULL && names != NULL && tld != NULL); 921 r = idn_mapselector_addall(ctx->local_mapper, tld, names, nnames); 926 idn_resconf_addallmappernames(idn_resconf_t ctx, const char **names, argument 930 assert(ctx != NULL && names != NULL); 940 r = idn_mapper_addall(ctx->mapper, names, nnames); 945 idn_resconf_addallnormalizernames(idn_resconf_t ctx, const char **names, argument 949 assert(ctx != NULL && names != NULL); 959 r = idn_normalizer_addall(ctx->normalizer, names, nname 906 idn_resconf_addalllocalmapselectornames(idn_resconf_t ctx, const char *tld, const char **names, int nnames) argument 964 idn_resconf_addallprohibitcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument 997 idn_resconf_addallunassignedcheckernames(idn_resconf_t ctx, const char **names, int nnames) argument 1031 idn_resconf_addallbidicheckernames(idn_resconf_t ctx, const char **names, int nnames) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | fs.hpp | 348 //! \brief Returns the file names of the files in the directory. 350 //! Returns the leaf names of all files contained in the directory. 353 std::set< std::string > names(void) const;
|
H A D | fs.cpp | 439 impl::directory::names(void) function in class:impl::directory
|
H A D | fs_test.cpp | 322 set_md_var("descr", "Tests the directory's names method"); 332 std::set< std::string > ns = d.names();
|
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns2/ |
H A D | named.conf | 31 check-names response warn;
|
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns3/ |
H A D | named.conf | 31 check-names response fail;
|
/bind-9.6-ESV-R11/bin/tests/system/dlv/ns5/ |
H A D | named.conf | 20 * Choose a keyname that is unlikely to clash with any real key names.
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | byaddr.c | 161 ISC_LIST_APPEND(byaddr->event->names, name, link); 204 for (name = ISC_LIST_HEAD(bevent->names); 208 ISC_LIST_UNLINK(bevent->names, name, link); 239 ISC_LIST_INIT(byaddr->event->names);
|
H A D | adb.c | 73 #define NBUCKETS 1009 /*%< how many buckets for names/addrs */ 138 * Bucketized locks and lists for names. 142 dns_adbnamelist_t names[NBUCKETS]; member in struct:dns_adb 681 ISC_LIST_UNLINK(adb->names[bucket], name, plink); 745 ISC_LIST_PREPEND(adb->names[bucket], name, plink); 764 ISC_LIST_UNLINK(adb->names[bucket], name, plink); 850 name = ISC_LIST_HEAD(adb->names[bucket]); 853 * This bucket has no names. We must decrement the 906 * associated with names, and which are not in use. 1614 adbname = ISC_LIST_HEAD(adb->names[bucke [all...] |
/bind-9.6-ESV-R11/contrib/sdb/ldap/ |
H A D | ldapdb.c | 227 char *fltr, *a, **vals = NULL, **names = NULL; local 296 names = ldap_get_values(ld, e, "relativeDomainName"); 297 if (names == NULL) 328 for (j = 0; names[j] != NULL; j++) { 329 result = dns_sdb_putnamedrr(retdata, names[j], type, ttl, vals[i]); 344 ldap_value_free(names); 360 ldap_value_free(names);
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | named.conf | 111 check-names master fail; 112 check-names slave warn; 113 check-names response ignore; 225 check-names fail; 249 check-names warn; 277 check-names master warn; 278 check-names slave ignore; 279 check-names response fail; 331 check-names warn;
|
H A D | byaddr_test.c | 61 for (name = ISC_LIST_HEAD(bevent->names);
|
/bind-9.6-ESV-R11/ |
H A D | bind.keys | 17 # BIND, this file can only be used for a specific set of domain names, and
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | getipnode.c | 44 * A NULL-terminated array of alternate names (nicknames) for the 466 int names = 1; local 486 names++; 848 int names = 1; /* NULL terminator */ local 863 names++; 877 names++; 947 he->h_aliases = malloc(sizeof(char *) * (names)); 950 memset(he->h_aliases, 0, sizeof(char *) * (names));
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | fs.cpp | 138 subdirs = d.names();
|
H A D | atffile.cpp | 210 atf::expand::expand_glob(name, m_dir.names());
|