Searched refs:entry (Results 1 - 22 of 22) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/
H A Ddigcomp.pl61 if ($entry{"$name ; $class.$type ; $value"} ne "") {
62 $line = $entry{"$name ; $class.$type ; $value"};
63 print("Duplicate entry in $file1:\n> $_\n< $line\n");
65 $entry{"$name ; $class.$type ; $value"} = $_;
93 if ($entry{"$name ; $class.$type ; $value"} ne "") {
94 $entry{"$name ; $class.$type ; $value"} = "";
108 foreach $key (keys(%entry)) {
109 if ($entry{$key} ne "") {
112 print("< $entry{$key}\n");
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c84 static strhash_entry_t *find_entry(strhash_entry_t *entry, const char *key,
143 strhash_entry_t *entry; local
150 if ((entry = find_entry(hash->bins[h_index], key, h)) != NULL) {
152 entry->value = value;
154 /* Create new entry. */
155 if ((entry = new_entry(key, value)) == NULL) {
159 entry->next = hash->bins[h_index];
160 hash->bins[h_index] = entry;
179 strhash_entry_t *entry; local
184 entry
215 find_entry(strhash_entry_t *entry, const char *key, unsigned long hash) argument
228 strhash_entry_t *entry; local
[all...]
H A Ducsmap.c70 * Mapping entry.
81 * Hash table entry.
82 * Since the entries pointed by ucsmap_hash_t.entry are sorted,
86 ucsmap_entry_t *entry; /* sorted by code point */ member in struct:__anon52
87 int n; /* length of 'entry' */
190 /* Append an entry. */
239 ctx->hash[i].entry = NULL;
258 ctx->hash[e->hidx].entry = e;
289 e = ctx->hash[hash].entry;
/bind-9.6-ESV-R11/lib/isc/win32/
H A Ddir.c50 dir->entry.name[0] = '\0';
51 dir->entry.length = 0;
52 memset(&(dir->entry.find_data), 0, sizeof(dir->entry.find_data));
109 * start_directory() already filled in the first entry.
118 &dir->entry.find_data) == FALSE)
133 strcpy(dir->entry.name, dir->entry.find_data.cFileName);
134 dir->entry.length = strlen(dir->entry
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c49 #define DNS_ACACHEENTRY_VALID(entry) ISC_MAGIC_VALID(entry, ACACHEENTRY_MAGIC)
91 #define acache_storetime(entry, t) \
92 (isc_atomic_store((isc_int32_t *)&(entry)->lastused, (t)))
99 #define acache_storetime(entry, t) ((entry)->lastused = (t))
148 dns_acacheentry_t *current_entry; /* The bookmark entry to
221 holding this entry */
224 dns_zone_t *zone; /* zone this entry
226 dns_db_t *db; /* DB this entry belong
299 dns_acacheentry_t *entry, *entry_next; local
410 destroy_entry(dns_acacheentry_t *entry) argument
494 clear_entry(dns_acache_t *acache, dns_acacheentry_t *entry) argument
758 entry_stale(acache_cleaner_t *cleaner, dns_acacheentry_t *entry, isc_stdtime32_t now32, unsigned int interval) argument
806 dns_acacheentry_t *entry, *next = NULL; local
1285 dns_acacheentry_t *entry; local
1445 dns_acache_getentry(dns_acacheentry_t *entry, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument
1540 dns_acache_setentry(dns_acache_t *acache, dns_acacheentry_t *entry, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *fname) argument
1665 dns_acache_cancelentry(dns_acacheentry_t *entry) argument
1713 dns_acacheentry_t *entry; local
[all...]
H A Dadb.c86 * The period in seconds after which an ADB name entry is regarded as stale
212 dns_adbentry_t *entry; member in struct:dns_adbnamehook
232 * An address entry. It holds quite a bit of information about addresses,
248 * A nonzero 'expires' field indicates that the entry should
487 * Requires the adbname bucket be locked and that no entry buckets be locked.
552 dns_adbentry_t *entry; local
554 entry = new_adbentry(adb);
555 if (entry == NULL) {
561 entry->sockaddr = sockaddr;
562 entry
777 link_entry(dns_adb_t *adb, int bucket, dns_adbentry_t *entry) argument
807 unlink_entry(dns_adb_t *adb, dns_adbentry_t *entry) argument
888 dns_adbentry_t *entry; local
943 dns_adbentry_t *entry; local
1227 inc_entry_refcnt(dns_adb_t *adb, dns_adbentry_t *entry, isc_boolean_t lock) argument
1242 dec_entry_refcnt(dns_adb_t *adb, isc_boolean_t overmem, dns_adbentry_t *entry, isc_boolean_t lock) argument
1338 new_adbnamehook(dns_adb_t *adb, dns_adbentry_t *entry) argument
1428 free_adbentry(dns_adb_t *adb, dns_adbentry_t **entry) argument
1555 new_adbaddrinfo(dns_adb_t *adb, dns_adbentry_t *entry, in_port_t port) argument
1642 dns_adbentry_t *entry, *entry_next; local
1677 entry_is_lame(dns_adb_t *adb, dns_adbentry_t *entry, dns_name_t *qname, dns_rdatatype_t qtype, isc_stdtime_t now) argument
1722 dns_adbentry_t *entry; local
1908 dns_adbentry_t *entry; local
1968 dns_adbentry_t *entry, *next_entry; local
2623 dns_adbentry_t *entry; local
2774 dns_adbentry_t *entry; local
2853 dump_entry(FILE *f, dns_adbentry_t *entry, isc_boolean_t debug, isc_stdtime_t now) argument
3477 dns_adbentry_t *entry; local
3528 dns_adbentry_t *entry; local
[all...]
H A Drbtdb.c294 dns_acacheentry_t *entry; member in struct:acachectl
1211 * Sanity check: since an additional cache entry has a reference to
1216 INSIST(array[i].entry == NULL && array[i].cbarg == NULL);
4555 * We've found a negative cache entry.
4647 * We found a negative cache entry.
5320 * We found a negative cache entry.
5535 * We're adding a negative cache entry.
5541 * If we're adding an negative cache entry
5547 * node is the negative cache entry.
5567 * negative cache entry
8294 dns_acacheentry_t *entry; local
8352 acache_callback(dns_acacheentry_t *entry, void **arg) argument
8402 acache_cancelentry(isc_mem_t *mctx, dns_acacheentry_t *entry, acache_cbarg_t **cbargp) argument
8568 dns_acacheentry_t *entry; local
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Ddir.c46 dir->entry.name[0] = '\0';
47 dir->entry.length = 0;
104 struct dirent *entry; local
111 entry = readdir(dir->handle);
113 if (entry == NULL)
119 if (sizeof(dir->entry.name) <= strlen(entry->d_name))
122 strcpy(dir->entry.name, entry->d_name);
127 dir->entry
[all...]
H A Dinterfaceiter.c177 fgets(iter->entry, sizeof(iter->entry), iter->proc) != NULL)
202 res = sscanf(iter->entry, "%32[a-f0-9] %x %x %x %x %16s\n",
H A Difiter_getifaddrs.c48 char entry[ISC_IF_INET6_SZ]; member in struct:isc_interfaceiter
H A Difiter_ioctl.c80 char entry[ISC_IF_INET6_SZ]; member in struct:isc_interfaceiter
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacache.h33 * accurately). An additional cache entry is expected to be (somehow)
47 * Each additional cache entry contains information to identify a
58 * Since each member stored in an additional cache entry holds a reference
59 * to a corresponding object, a stale cache entry may cause unnecessary
72 * Per-DB cleanup mechanism is also provided. Each additional cache entry
82 * Each cache entry has a timestamp field, which is updated every time
83 * the entry is referred. A periodically invoked cleaner checks the
84 * timestamp of each entry, and purge entries that have not been referred
95 * When a cache entry is going to be purged within this module, the
98 * related to the entry, whic
[all...]
H A Dadb.h40 * If the name cannot be found on the internal lists, a new entry will
219 dns_adbentry_t *entry; /*%< private */ member in struct:dns_adbaddrinfo
495 * be set to the time when the entry should expire. That is, if it is to
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Ddir.h56 isc_direntry_t entry; member in struct:isc_dir
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Ddir.h44 isc_direntry_t entry; member in struct:__anon201
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c438 * ".host" directory entry
442 dir->entry.name, 5) == 0) {
447 if (strcmp((char *) &dir->entry.name[6],
452 (char *) &dir->entry.name[6],
470 " '%s' Dir entry: '%s'\n",
471 dir->dirname, dir->entry.name);
474 if (dir->entry.name[0] == '.')
487 strcat(tmp, dir->entry.name);
489 /* make sure we can stat entry */
491 /* if entry i
[all...]
H A Ddlz_ldap_driver.c336 LDAPMessage *entry; local
347 /* get the first entry to process */
348 entry = ldap_first_entry(dbc, msg);
349 if (entry == NULL) {
357 while (entry != NULL) {
367 vals = ldap_get_values(dbc, entry, attrs[j]);
403 vals = ldap_get_values(dbc, entry, attribute);
533 /* get the next entry to process */
534 entry = ldap_next_entry(dbc, entry);
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.h197 extern int setconfigpar (zconf_t *conf, char *entry, const void *pval);
H A Dzconf.c226 static int set_varptr (char *entry, void *ptr, const void *ptr2) argument
231 if ( strcasecmp (entry, c->label) == 0 )
703 ** setconfigpar (entry, pval)
705 int setconfigpar (zconf_t *config, char *entry, const void *pval) argument
713 if ( strcasecmp (entry, c->label) == 0 )
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dtests-results.css123 table.summary tr.entry td p {
/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c1196 if (dir.entry.length > basenamelen &&
1197 strncmp(dir.entry.name, basename, basenamelen) == 0 &&
1198 dir.entry.name[basenamelen] == '.') {
1200 version = strtol(&dir.entry.name[basenamelen + 1],
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf213 // 'keys' must be used and the list must have at least one entry

Completed in 57 milliseconds