Searched defs:update (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dbadcache.c154 dns_rdatatype_t type, isc_boolean_t update,
178 if (update) {
153 dns_badcache_add(dns_badcache_t *bc, dns_name_t *name, dns_rdatatype_t type, isc_boolean_t update, isc_uint32_t flags, isc_time_t *expire) argument
H A Dmessage.c1146 update(dns_section_t section, dns_rdataclass_t rdclass) { function
1386 update(sectionid, rdclass)) {
1451 * If we are doing a dynamic update or this is a meta-type,
1487 * Skip this stage if in update mode or this is a meta-type.
1514 * the opcode is an update, or the type search is skipped.
3184 * This can occur when the message is a dynamic update, since
3187 * looked for in the additional section, and the dynamic update
3188 * meta-records are in the prerequisite and update sections.
H A Drbtdb.c2473 * an update created multiple versions of
4576 * by a dynamic update. If the caller cares about this, they
4687 * We update the node's status only when we can
5063 rdatasetheader_t *update, *updatesig; local
5086 update = NULL;
5255 update = nsheader;
5312 update = found;
5322 if ((update != NULL || updatesig != NULL) &&
5329 if (update != NULL && need_headerupdate(update, searc
[all...]
/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c314 t_hash(const char *hname, HASH_INIT init, UPDATE update, FINAL final, argument
326 update(&ctx, in->str, in->str_len);
388 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign, argument
404 update(&ctx, in->str, in->str_len);
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c76 #include <dns/update.h>
1661 "to update to NSEC3.");
1665 "to update to NSEC.");
2638 fatal("failed to update DNSKEY RRset at node '%s': %s",
2699 set_nsec3params(isc_boolean_t update, isc_boolean_t set_salt, argument
2727 if (!update && set_salt) {
2731 "Use -u to update it.");
2738 if (!update && set_iter) {
2741 "iterations. Use -u to update it.");
2772 if (!update
[all...]

Completed in 51 milliseconds