Searched defs:added (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dentropy.c45 unsigned int added; local
52 added = 0;
64 added += (unsigned int)ndesired * 8;
69 return (added);
78 unsigned int added; local
143 added = 0;
168 added += got;
182 if (!(ent->nextsource == firstsource && added == 0)) {
201 added += got;
204 if (added >
[all...]
/bind-9.11.3/lib/dns/tests/
H A Ddbversion_test.c613 dns_rdataset_t rdataset, added; local
629 dns_rdataset_init(&added);
664 result = dns_db_addrdataset(db1, node, v1, 0, &rdataset, 0, &added);
671 dns_db_resigned(db1, &added, VERSION(callback));
675 dns_rdataset_disassociate(&added);
/bind-9.11.3/lib/isc/unix/
H A Dentropy.c71 unsigned int added; local
78 added = 0;
91 added += n * 8;
102 return (added);
111 unsigned int added; local
119 added = 0;
223 added += n * 8;
235 return (added);
244 unsigned int added; local
308 added
[all...]
/bind-9.11.3/lib/dns/
H A Drdataset.c317 unsigned int i, count = 0, added, choice; local
461 added = 0;
518 added++;
544 *countp += added;
H A Dzone.c362 * True if added by "rndc addzone"
364 isc_boolean_t added; member in struct:dns_zone
367 * True if added by automatically by named.
1044 zone->added = ISC_FALSE;
3489 * should be added or removed. For each such record, extract NSEC3PARAM RDATA
7026 * - If given NSEC3 chain is being added, add an NSEC3PARAM record contained
17980 * algorithm was added to the DNSKEY. We sign
18326 dns_zone_setadded(dns_zone_t *zone, isc_boolean_t added) { argument
18330 zone->added = added;
[all...]
/bind-9.11.3/lib/isc/
H A Dentropy.c116 isc_uint32_t *extra; /*%< extra samples added in */
445 unsigned int added; local
450 added = 0;
463 added += estimate_entropy(sq, sq->samples[ns]);
465 entropypool_adddata(ent, sq->samples, sq->nsamples * 4, added);
479 return (added);
488 unsigned int added; local
505 added = 0;
511 added += got;
520 return (added);
[all...]
/bind-9.11.3/bin/named/
H A Dserver.c259 * new zones to be added at runtime.
272 * A function to write out added-zone configuration to the new_zone_file
446 isc_boolean_t added, isc_boolean_t old_rpz_ok,
2164 "added zone",
2223 /* Mark view unfrozen so that zone can be added */
2271 /* Flag the zone as having been added at runtime */
2314 "zone '%s' is not a dynamically added zone",
3422 * If we're allowing added zones, then load zone configuration
3423 * from the newzone file for zones that were added during previous
5273 isc_boolean_t added, isc_boolean_
5270 configure_zone(const cfg_obj_t *config, const cfg_obj_t *zconfig, const cfg_obj_t *vconfig, isc_mem_t *mctx, dns_view_t *view, dns_viewlist_t *viewlist, cfg_aclconfctx_t *aclconf, isc_boolean_t added, isc_boolean_t old_rpz_ok, isc_boolean_t modify) argument
12174 isc_boolean_t added; local
12483 isc_boolean_t added; local
12645 isc_boolean_t added; local
[all...]

Completed in 98 milliseconds