/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/include/named/ |
H A D | lwsearch.h | 48 dns_namelist_t names; member in struct:ns_lwsearchlist
|
/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-c++/detail/ |
H A D | fs.cpp | 439 impl::directory::names(void) function in class:impl::directory
|
/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/unit/atf-src/atf-c/detail/ |
H A D | fs_test.c | 374 const char *names[] = { ".", "dir", NULL }; local 379 for (n = names; *n != NULL; n++) {
|
/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/lib/dns/ |
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...] |