/bind-9.11.3/lib/dns/include/dns/ |
H A D | byaddr.h | 51 * is ISC_R_SUCCESS, then 'names' will contain a list of names associated 58 dns_namelist_t names; member in struct:dns_byaddrevent
|
/bind-9.11.3/bin/named/include/named/ |
H A D | lwsearch.h | 39 dns_namelist_t names; member in struct:ns_lwsearchlist
|
/bind-9.11.3/lib/dns/tests/ |
H A D | keytable_test.c | 428 const char *names[] = {"example.com", "sub.example.com", local 441 for (n = names; *n != NULL; n++) {
|
H A D | rbt_test.c | 82 /* The full absolute names of the nodes in the tree (the tree also 94 * (for the names in domain_names[] above). 342 "Test tree balance, inserting names in random order"); 370 * following code inserts names such as: 426 "Test tree balance, inserting names in sorted order"); 454 * following code inserts names such as: 734 /* Check that all names exist in order. */ 893 insert_nodes(dns_rbt_t *mytree, char **names, argument 929 names[*names_count] = isc_mem_strdup(mctx, 939 remove_nodes(dns_rbt_t *mytree, char **names, argument 972 check_tree(dns_rbt_t *mytree, char **names, size_t names_count, unsigned int line) argument 1022 char *names[1024]; local 1095 static dns_name_t **names; variable [all...] |
/bind-9.11.3/lib/lwres/ |
H A D | getipnode.c | 35 * A NULL-terminated array of alternate names (nicknames) for the 457 int names = 1; local 477 names++; 839 int names = 1; /* NULL terminator */ local 854 names++; 868 names++; 938 he->h_aliases = malloc(sizeof(char *) * (names)); 941 memset(he->h_aliases, 0, sizeof(char *) * (names));
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | fs.cpp | 435 impl::directory::names(void) function in class:impl::directory
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | fs_test.c | 371 const char *names[] = { ".", "dir", NULL }; local 376 for (n = names; *n != NULL; n++) {
|
/bind-9.11.3/contrib/sdb/ldap/ |
H A D | ldapdb.c | 233 char *fltr, *a, **vals = NULL, **names = NULL; local 305 names = ldap_get_values(ld, e, "relativeDomainName"); 306 if (names == NULL) 337 for (j = 0; names[j] != NULL; j++) { 338 result = dns_sdb_putnamedrr(retdata, names[j], type, ttl, vals[i]); 353 ldap_value_free(names); 369 ldap_value_free(names);
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | fs.cpp | 230 subdirs = d.names(); 592 impl::directory::names(void) function in class:impl::directory
|
/bind-9.11.3/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.11.3/lib/dns/ |
H A D | adb.c | 122 * Bucketized locks and lists for names. 129 dns_adbnamelist_t *names; member in struct:dns_adb 776 * Move names to new arrays. 779 name = ISC_LIST_HEAD(adb->names[i]); 781 ISC_LIST_UNLINK(adb->names[i], name, plink); 788 name = ISC_LIST_HEAD(adb->names[i]); 809 isc_mem_put(adb->mctx, adb->names, 810 sizeof(*adb->names) * adb->nnames); 823 adb->names = newnames; 1061 ISC_LIST_UNLINK(adb->names[bucke [all...] |
H A D | zone.c | 4268 * Walk the zone DB. If we find any keys whose names are no longer 5707 dns_name_t **names, dns_name_t ***newnamesp, 5735 if (names != NULL) { 5747 if (names[i] != NULL) { 5753 result = dns_name_dup(names[i], mctx, 7566 * we skip all obscured names. 7815 * we skip all obscured names. 8451 * we skip all obscured names. 5704 set_addrkeylist(unsigned int count, const isc_sockaddr_t *addrs, isc_sockaddr_t **newaddrsp, const isc_dscp_t *dscp, isc_dscp_t **newdscpp, dns_name_t **names, dns_name_t ***newnamesp, isc_mem_t *mctx) argument
|