Searched refs:callback (Results 1 - 18 of 18) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbversion_test.c47 callback(const char *file, int line, isc_assertiontype_t type, function
95 #define VERSION(callback) ((callback == NULL) ? v1 : v2)
96 #define VERSIONP(callback) ((callback == NULL) ? &v1 : &v2)
101 attachversion(isc_assertioncallback_t callback) { argument
110 isc_assertion_setcallback(callback);
111 dns_db_attachversion(db1, VERSION(callback), &v);
112 if (callback != NULL)
142 attachversion(callback);
146 closeversion(isc_assertioncallback_t callback) argument
187 find(isc_assertioncallback_t callback) argument
235 allrdatasets(isc_assertioncallback_t callback) argument
289 findrdataset(isc_assertioncallback_t callback) argument
344 deleterdataset(isc_assertioncallback_t callback) argument
399 subtract(isc_assertioncallback_t callback) argument
465 dump(isc_assertioncallback_t callback) argument
513 addrdataset(isc_assertioncallback_t callback) argument
579 getnsec3parameters(isc_assertioncallback_t callback) argument
628 resigned(isc_assertioncallback_t callback) argument
[all...]
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssectool.h35 setfatalcallback(fatalcallback_t *callback);
H A Ddnssectool.c79 setfatalcallback(fatalcallback_t *callback) { argument
80 fatalcallback = callback;
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacache.h96 * callback function specified at the creation time will be called.
97 * The callback function is expected to release all internal resources
99 * implementation, and to call dns_acache_detachentry(). The callback
121 * The callback function for a cache entry is called with holding the
122 * entry lock. Thus, it implicitly assumes the callback function does not
124 * function that can be called from the callback function safely is
277 * the callback function.
297 void (*callback)(dns_acacheentry_t *, void **),
301 * the given additional cache object. A callback function is also associated
310 * 'callback' an
[all...]
H A Drbt.h381 unsigned int options, dns_rbtfindcallback_t callback,
H A Dzone.h1247 dns_updatecallback_t callback, void *callback_arg);
1250 * have exhausted the list of masters. 'callback' will be called with
1253 * will be passed and answer_message will be NULL. The callback function
1255 * (callback)(callback_arg, result, answer_message);
1260 *\li 'callback' to be non NULL.
1696 * Set the post load integrity callback function 'checkmx'.
1706 * Set the post load integrity callback function 'checksrv'.
1716 * Set the post load integrity callback function 'checkns'.
1744 * Set the isself callback function and argument.
/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c234 void (*callback)(dns_acacheentry_t *, void **); member in struct:dns_acacheentry
322 if (entry->callback != NULL) {
323 (entry->callback)(entry, &entry->cbarg);
324 entry->callback = NULL;
680 INSIST(cleaner->current_entry->callback == NULL);
762 * If the callback has been canceled, we definitely do not need the
765 if (entry->callback == NULL)
852 if (entry->callback != NULL)
853 (entry->callback)(entry, &entry->cbarg);
854 entry->callback
[all...]
H A Drdata.c196 fromtext_error(void (*callback)(dns_rdatacallbacks_t *, const char *, ...),
668 void (*callback)(dns_rdatacallbacks_t *, const char *, ...);
686 callback = callbacks->error;
688 callback = default_fromtext_callback;
695 fromtext_error(callback, callbacks, name, line, NULL, result);
730 * Call callback via fromtext_error once if there was an error.
739 if (callback != NULL)
740 fromtext_error(callback, callbacks, name,
747 if (callback != NULL) {
748 fromtext_error(callback, callback
[all...]
H A Drbt.c678 unsigned int options, dns_rbtfindcallback_t callback,
883 * there because the callback in the next
885 * but in the event the callback requests that
897 * the callback is used to learn what the
900 if (callback != NULL &&
910 result = (callback)(current,
676 dns_rbt_findnode(dns_rbt_t *rbt, dns_name_t *name, dns_name_t *foundname, dns_rbtnode_t **node, dns_rbtnodechain_t *chain, unsigned int options, dns_rbtfindcallback_t callback, void *callback_arg) argument
H A Dmaster.c914 void (*callback)(struct dns_rdatacallbacks *, const char *, ...);
917 callback = lctx->callbacks->error;
919 callback = lctx->callbacks->warn;
938 (*callback)(lctx->callbacks, "%s:%lu: NS record '%s' "
H A Dvalidator.c1127 isc_taskaction_t callback, const char *caller)
1141 callback, val,
1126 create_fetch(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, isc_taskaction_t callback, const char *caller) argument
H A Dzone.c489 dns_updatecallback_t callback; member in struct:dns_forward
10088 * Otherwise, we are called as the done callback of a zone
10278 * This event callback is called when a zone has received
10586 /* call callback */
10587 (forward->callback)(forward->callback_arg, ISC_R_SUCCESS, msg);
10602 /* call callback */
10605 (forward->callback)(forward->callback_arg, result, NULL);
10612 dns_updatecallback_t callback, void *callback_arg)
10620 REQUIRE(callback != NULL);
10631 forward->callback
10611 dns_zone_forwardupdate(dns_zone_t *zone, dns_message_t *msg, dns_updatecallback_t callback, void *callback_arg) argument
[all...]
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dcfg.h73 * A callback function to be called when parsing an option
99 cfg_parsecallback_t callback,
102 * Make the parser call 'callback' whenever it encounters
103 * a configuration clause with the callback attribute,
108 * callback==NULL and arg==NULL.
H A Dgrammar.h50 * by calling a callback function, like the
213 cfg_parsecallback_t callback; member in struct:cfg_parser
/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c153 isc_cbsource_t callback; member in union:isc_entropysource::__anon155
160 #define ENTROPY_SOURCETYPE_CALLBACK 3 /*%< Type is a callback source */
482 isc_cbsource_t *cbs = &source->sources.callback;
747 cbs = &source->sources.callback;
881 cbs = &source->sources.callback;
935 cbs = &source->sources.callback;
1059 sq = &source->sources.callback.samplequeue;
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c97 isc_boolean_t callback);
401 pctx->callback = NULL;
461 cfg_parsecallback_t callback,
464 pctx->callback = callback;
1285 isc_boolean_t callback = local
1291 callback));
1321 isc_boolean_t callback)
1329 if (callback && pctx->callback !
460 cfg_parser_setcallback(cfg_parser_t *pctx, cfg_parsecallback_t callback, void *arg) argument
1319 parse_symtab_elt(cfg_parser_t *pctx, const char *name, cfg_type_t *elttype, isc_symtab_t *symtab, isc_boolean_t callback) argument
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsocket.h274 isc_sockfdwatch_t callback,
285 *\li The callback function is called "in-line" - this means the function
287 * until the callback completes.
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c2494 isc_sockfdwatch_t callback, void *cbarg,
2510 sock->fdwatchcb = callback;
2493 isc_socket_fdwatchcreate(isc_socketmgr_t *manager, int fd, int flags, isc_sockfdwatch_t callback, void *cbarg, isc_task_t *task, isc_socket_t **socketp) argument

Completed in 134 milliseconds