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

/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c314 t_hash(const char *hname, HASH_INIT init, UPDATE update, FINAL final, argument
324 update(&ctx, in->str, in->str_len);
380 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign, argument
394 update(&ctx, in->str, in->str_len);
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-signer.c889 const char *update; local
894 update = "-u "; /* trailing blank is necessary */
896 update = "";
919 snprintf (nsec3param, sizeof (nsec3param), "%s%s-3 %s ", update, optout, salt);
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c1155 update(dns_section_t section, dns_rdataclass_t rdclass) { function
1327 update(sectionid, rdclass)) {
1378 * If we are doing a dynamic update or this is a meta-type,
1414 * Skip this stage if in update mode or this is a meta-type.
1441 * the opcode is an update, or the type search is skipped.
3003 * This can occur when the message is a dynamic update, since
3006 * looked for in the additional section, and the dynamic update
3007 * meta-records are in the prerequisite and update sections.
H A Drbtdb.c1918 * an update created multiple versions of
3879 * by a dynamic update. If the caller cares about this, they
4009 * We update the node's status only when we
4134 * We update the node's status only
4310 * We update the node's status only
4392 rdatasetheader_t *update, *updatesig; local
4415 update = NULL;
4491 * We update the node's status only when we
4617 update = nsheader;
4674 update
[all...]

Completed in 2971 milliseconds