Searched defs:add (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dcallbacks.h40 dns_addrdatasetfunc_t add; member in struct:dns_rdatacallbacks
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm352 sub add {confess "Subclass responsibility";} subroutine
376 sub add { subroutine
453 sub add { subroutine
/bind-9.11.3/lib/dns/rdata/generic/
H A Dkeydata_65533.c42 /* add hold-down */
93 unsigned long refresh, add, deltime; local
110 /* add hold-down */
111 add = uint32_fromregion(&sr);
113 RETERR(dns_time32_totext(add, target));
202 if (add == 0U) {
207 if (add < now) {
214 isc_time_set(&t, add, 0);
391 UNUSED(add);
/bind-9.11.3/lib/dns/tests/
H A Dkeytable_test.c159 ATF_TC(add); variable
160 ATF_TC_HEAD(add, tc) {
161 atf_tc_set_md_var(tc, "descr", "add keys to the keytable");
163 ATF_TC_BODY(add, tc) {
184 * Try to add the same key. This should have no effect, so
221 * Try to add a null key to a name that already has a key. It's
607 ATF_TP_ADD_TC(tp, add);
/bind-9.11.3/lib/isc/include/isc/
H A Dradix.h35 memmove(&(pt).add.sin6, &(na)->type.in6, \
38 memmove(&(pt).add.sin, &(na)->type.in, \
57 } add; member in struct:isc_prefix
63 #define isc_prefix_tochar(prefix) ((char *)&(prefix)->add.sin)
64 #define isc_prefix_touchar(prefix) ((u_char *)&(prefix)->add.sin)
/bind-9.11.3/lib/dns/
H A Drdataset.c607 dns_additionaldatafunc_t add, void *arg)
613 * For each rdata in rdataset, call 'add' for each name and type in the
626 result = dns_rdata_additionaldata(&rdata, add, arg);
606 dns_rdataset_additionaldata(dns_rdataset_t *rdataset, dns_additionaldatafunc_t add, void *arg) argument
H A Dgen.c86 #define ADDITIONALDATAARGS "rdata, add, arg"
168 add(int, const char *, int, const char *, const char *);
367 add(int rdclass, const char *classname, int type, const char *typename, function
480 add(rdclass, classname, type, typename, dirname);
H A Drdata.c100 #define ARGS_ADDLDATA dns_rdata_t *rdata, dns_additionaldatafunc_t add, \
1227 dns_rdata_additionaldata(dns_rdata_t *rdata, dns_additionaldatafunc_t add, argument
1234 * Call 'add' for each name and type from 'rdata' which is subject to
1239 REQUIRE(add != NULL);
2422 return ("add");
H A Drbtdb.c2275 * we will add this node to a linked list of nodes in this locking
3076 * Always try to add the policy zone data, because this node might
6099 update_recordsandbytes(isc_boolean_t add, rbtdb_version_t *rbtversion, argument
6105 if (add) {
6152 * We always add a changed record, even if no changes end up
6286 * Trying to add an rdataset with lower trust to a cache DB
7105 * add a nonexistent header instead.
7547 * TODO CKB: since this is read-write (had to be to add nodes later)
7687 callbacks->add = loading_addrdataset;
7723 callbacks->add
[all...]
/bind-9.11.3/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c163 #define add 3 /* add a single piece of data */ macro
175 * checkOp is used to verify that only one operation (list, del, add,
196 * for the add operation, and thus it isn't allowed.
205 * I.E. passing the "b" bare_list parameter makes no sense for the add
227 char *a_data = NULL; /*%< data in add operation */
235 isc_buffer_t lex_buffer; /*%< buffer for lexer during add operation */
484 * The insert_data function is used by both the add, and bulk insert
566 /* add string terminator to buffer */
570 /* add strin
[all...]
/bind-9.11.3/bin/check/
H A Dcheck-tool.c137 add(char *key, int value) { function
240 add(namebuf, ERR_IS_CNAME);
252 add(namebuf, ERR_NO_ADDRESSES);
262 add(namebuf, ERR_LOOKUP_FAILURE);
291 add(namebuf, ERR_EXTRA_A);
321 add(namebuf, ERR_EXTRA_AAAA);
374 add(namebuf, ERR_MISSING_GLUE);
432 add(namebuf, ERR_IS_MXCNAME);
450 add(namebuf, ERR_NO_ADDRESSES);
460 add(namebu
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c259 * Sign the given RRset with given key, and add the signature record to the
264 dns_ttl_t ttl, dns_diff_t *add, const char *logmsg)
309 dns_diff_append(add, &tuple);
472 signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name, argument
619 dns_diff_append(add, &tuple);
636 signwithkey(name, set, key->key, ttl, add,
681 signwithkey(name, set, key->key, ttl, add,
686 signwithkey(name, set, key->key, ttl, add,
1041 dns_diff_t del, add; local
1057 dns_diff_init(mctx, &add);
263 signwithkey(dns_name_t *name, dns_rdataset_t *rdataset, dst_key_t *key, dns_ttl_t ttl, dns_diff_t *add, const char *logmsg) argument
2074 rrset_cleanup(dns_name_t *name, dns_rdataset_t *rdataset, dns_diff_t *add, dns_diff_t *del) argument
2143 dns_diff_t add, del; local
[all...]

Completed in 3090 milliseconds