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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dcallbacks.h43 dns_addrdatasetfunc_t add; member in struct:dns_rdatacallbacks
/bind-9.6-ESV-R11/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.6-ESV-R11/lib/isc/include/isc/
H A Dradix.h44 memmove(&(pt).add.sin6, &(na)->type.in6, \
47 memmove(&(pt).add.sin, &(na)->type.in, \
63 } add; member in struct:isc_prefix
69 #define isc_prefix_tochar(prefix) ((char *)&(prefix)->add.sin)
70 #define isc_prefix_touchar(prefix) ((u_char *)&(prefix)->add.sin)
/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c137 add(char *key, int value) { function
239 add(namebuf, ERR_IS_CNAME);
251 add(namebuf, ERR_NO_ADDRESSES);
261 add(namebuf, ERR_LOOKUP_FAILURE);
290 add(namebuf, ERR_EXTRA_A);
320 add(namebuf, ERR_EXTRA_AAAA);
373 add(namebuf, ERR_MISSING_GLUE);
430 add(namebuf, ERR_IS_MXCNAME);
448 add(namebuf, ERR_NO_ADDRESSES);
458 add(namebu
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Drdata_test.c908 int add = 0; local
937 add = 1;
1124 if (add) {
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c172 #define add 3 /* add a single piece of data */ macro
184 * checkOp is used to verify that only one operation (list, del, add,
205 * for the add operation, and thus it isn't allowed.
214 * I.E. passing the "b" bare_list parameter makes no sense for the add
236 char *a_data = NULL; /*%< data in add operation */
244 isc_buffer_t lex_buffer; /*%< buffer for lexer during add operation */
493 * The insert_data function is used by both the add, and bulk insert
575 /* add string terminator to buffer */
579 /* add strin
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Drdataset.c604 dns_additionaldatafunc_t add, void *arg)
610 * For each rdata in rdataset, call 'add' for each name and type in the
623 result = dns_rdata_additionaldata(&rdata, add, arg);
603 dns_rdataset_additionaldata(dns_rdataset_t *rdataset, dns_additionaldatafunc_t add, void *arg) argument
H A Dgen.c93 #define ADDITIONALDATAARGS "rdata, add, arg"
184 add(int, const char *, int, const char *, const char *);
374 add(int rdclass, const char *classname, int type, const char *typename, function
480 add(rdclass, classname, type, typename, dirname);
H A Drdata.c93 #define ARGS_ADDLDATA dns_rdata_t *rdata, dns_additionaldatafunc_t add, \
951 dns_rdata_additionaldata(dns_rdata_t *rdata, dns_additionaldatafunc_t add, argument
958 * Call 'add' for each name and type from 'rdata' which is subject to
963 REQUIRE(add != NULL);
H A Drbtdb.c1690 * we will add this node to a linked list of nodes in this locking
5477 add(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion, function
5514 * We always add a changed record, even if no changes end up
5647 * Trying to add an rdataset with lower trust to a cache DB
6171 result = add(rbtdb, rbtnode, rbtversion, newheader, options, ISC_FALSE,
6308 * add a nonexistent header instead.
6417 result = add(rbtdb, rbtnode, rbtversion, newheader, DNS_DBADD_FORCE,
6528 result = add(rbtdb, node, rbtdb->current_version, newheader,
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c223 * Sign the given RRset with given key, and add the signature record to the
229 dns_ttl_t ttl, dns_diff_t *add, const char *logmsg)
271 dns_diff_append(add, &tuple);
410 signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name, argument
555 dns_diff_append(add, &tuple);
570 signwithkey(name, set, key->key, ttl, add,
602 signwithkey(name, set, key->key, ttl, add,
937 dns_diff_t del, add; local
953 dns_diff_init(mctx, &add);
981 signset(&del, &add, nod
228 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
[all...]

Completed in 5541 milliseconds