/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | tcpmsg.h | 38 isc_taskaction_t action; member in struct:dns_tcpmsg 81 isc_task_t *task, isc_taskaction_t action, void *arg);
|
H A D | validator.h | 142 isc_taskaction_t action; member in struct:dns_validator 182 isc_task_t *task, isc_taskaction_t action, void *arg, 211 * the given 'action' and 'arg' are sent to 'task'.
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | event.c | 44 isc_taskaction_t action, const void *arg, size_t size) 50 REQUIRE(action != NULL); 70 ISC_EVENT_INIT(event, size, 0, NULL, type, action, deconst_arg, 43 isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, const void *arg, size_t size) argument
|
H A D | heap.c | 257 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap) { argument 261 REQUIRE(action != NULL); 264 (action)(heap->array[i], uap);
|
H A D | timer.c | 74 isc_taskaction_t action; member in struct:isc_timer 305 isc_task_t *task, isc_taskaction_t action, const void *arg, 315 * will be posted to 'task' and when dispatched 'action' will be 322 REQUIRE(action != NULL); 369 timer->action = action; 659 timer->action, 303 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, const isc_time_t *expires, const isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
|
H A D | httpd.c | 70 isc_httpdaction_t *action; member in struct:isc_httpdurl 722 result = url->action(httpd->url, httpd->querystring, 1022 item->action = func;
|
H A D | task.c | 618 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, const void *arg) argument 625 * Send a shutdown event with action 'action' and argument 'arg' when 630 REQUIRE(action != NULL); 635 action, 851 * Execute the event action. 856 "execute action")); 878 * action (such as sending an event
|
/bind-9.6-ESV-R11/lib/isccc/include/isccc/ |
H A D | ccmsg.h | 53 isc_taskaction_t action; member in struct:isccc_ccmsg 96 isc_task_t *task, isc_taskaction_t action, void *arg);
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | nscomm.c | 57 char *action; local 62 action = "freeze"; 64 action = "thaw"; 71 lg_mesg (LG_NOTICE, "%s: %s dynamic zone", str, action); 72 verbmesg (1, z, "\t%s dynamic zone %s\n", action, str); 75 snprintf (cmdline, sizeof (cmdline), "%s %s %s IN %s", RELOADCMD, action, domain, z->view); 77 snprintf (cmdline, sizeof (cmdline), "%s %s %s", RELOADCMD, action, domain); 88 verbmesg (2, z, "\t rndc %s return: \"%s\"\n", action, str_chop (str, '\n'));
|
H A D | zkt-conf.c | 101 int action; local 132 action = 0;
|
H A D | zkt-ls.c | 146 int action; local 168 action = 0; 193 action = c; 293 switch ( action )
|
H A D | dnssec-zkt.c | 155 int action; local 179 action = 0; 195 action = c; 207 action = c; 222 action = c; 235 action = c; 308 if ( action == 'Z' ) 332 switch ( action ) 347 if ( (c = dki_setstatus_preservetime (dkp, action)) != 0 ) 369 if ( (c = dki_setstatus (dkp, action)) ! [all...] |
H A D | zkt-keyman.c | 140 int action; local 164 action = 0; 180 action = c; 188 action = c; 203 action = c; 207 action = c; 276 switch ( action ) 291 if ( (c = dki_setstatus_preservetime (dkp, action)) != 0 ) 313 if ( (c = dki_setstatus (dkp, action)) != 0 ) 320 ksk_roll (kskdomain, action [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | tcpmsg.c | 164 isc_task_t *task, isc_taskaction_t action, void *arg) 181 tcpmsg->action = action; 186 DNS_EVENT_TCPMSG, action, arg, tcpmsg, 163 dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
H A D | byaddr.c | 218 isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp) 236 DNS_EVENT_BYADDRDONE, action, arg, byaddr, 216 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp) argument
|
H A D | lookup.c | 387 isc_taskaction_t action, void *arg, dns_lookup_t **lookupp) 400 action, arg, sizeof(*lookup->event)); 385 dns_lookup_create(isc_mem_t *mctx, dns_name_t *name, dns_rdatatype_t type, dns_view_t *view, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_lookup_t **lookupp) argument
|
H A D | request.c | 645 isc_task_t *task, isc_taskaction_t action, void *arg, 649 options, timeout, 0, 0, task, action, 658 isc_taskaction_t action, void *arg, 668 udpretries, task, action, arg, 677 isc_task_t *task, isc_taskaction_t action, void *arg, 693 REQUIRE(action != NULL); 729 action, arg, sizeof(dns_requestevent_t)); 832 isc_taskaction_t action, void *arg, 837 action, arg, requestp)); 845 isc_taskaction_t action, voi 642 dns_request_createraw(dns_requestmgr_t *requestmgr, isc_buffer_t *msgbuf, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, unsigned int timeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 654 dns_request_createraw2(dns_requestmgr_t *requestmgr, isc_buffer_t *msgbuf, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, unsigned int timeout, unsigned int udptimeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 673 dns_request_createraw3(dns_requestmgr_t *requestmgr, isc_buffer_t *msgbuf, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 828 dns_request_create(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *address, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 841 dns_request_createvia(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 854 dns_request_createvia2(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, unsigned int udptimeout, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument 872 dns_request_createvia3(dns_requestmgr_t *requestmgr, dns_message_t *message, isc_sockaddr_t *srcaddr, isc_sockaddr_t *destaddr, unsigned int options, dns_tsigkey_t *key, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_request_t **requestp) argument [all...] |
H A D | validator.c | 216 val->event->ev_action = val->action; 1153 isc_taskaction_t action, const char *caller) 1163 val->task, action, val, 3645 isc_task_t *task, isc_taskaction_t action, void *arg, 3699 val->action = action; 1151 create_validator(dns_validator_t *val, dns_name_t *name, dns_rdatatype_t type, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, isc_taskaction_t action, const char *caller) argument 3642 dns_validator_create(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_message_t *message, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_validator_t **validatorp) argument
|
H A D | dispatch.c | 145 isc_taskaction_t action; member in struct:dns_dispentry 1367 resp->action, resp->arg, resp, NULL, NULL); 1560 resp->action, resp->arg, resp, NULL, NULL); 2958 isc_task_t *task, isc_taskaction_t action, void *arg, 3012 oldestresp->action, 3090 res->action = action; 3142 isc_task_t *task, isc_taskaction_t action, void *arg, 3148 return (dns_dispatch_addresponse2(disp, dest, task, action, arg, 3314 resp->action, res 2957 dns_dispatch_addresponse2(dns_dispatch_t *disp, isc_sockaddr_t *dest, isc_task_t *task, isc_taskaction_t action, void *arg, dns_messageid_t *idp, dns_dispentry_t **resp, isc_socketmgr_t *sockmgr) argument 3141 dns_dispatch_addresponse(dns_dispatch_t *disp, isc_sockaddr_t *dest, isc_task_t *task, isc_taskaction_t action, void *arg, dns_messageid_t *idp, dns_dispentry_t **resp) argument [all...] |
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | ccmsg.c | 166 isc_task_t *task, isc_taskaction_t action, void *arg) 183 ccmsg->action = action; 188 ISCCC_EVENT_CCMSG, action, arg, ccmsg, 165 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
H A D | symtab.c | 275 isccc_symtab_foreach(isccc_symtab_t *symtab, isccc_symtabforeachaction_t action, argument 282 REQUIRE(action != NULL); 289 if ((action)(elt->key, elt->type, elt->value, arg))
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | app.c | 102 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument 121 action, arg, sizeof(*event));
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | app.c | 182 * On Solaris 2, delivery of a signal whose action is SIG_IGN 185 * process (e.g, Solaris cron). Set an action of SIG_DFL to make 262 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument 282 action, arg, sizeof(*event));
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 236 const std::string action = negated ? action_str.substr(4) : action_str; local 242 if (action == "eq") { 249 } else if (action == "exit") { 255 } else if (action == "ignore") { 260 } else if (action == "ne") { 267 } else if (action == "signal") { 286 const std::string action = negated ? action_str.substr(4) : action_str; local 289 if (action == "empty") 291 else if (action == "file") 293 else if (action [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | update.c | 482 * For each rdataset of 'name' in 'ver' of 'db', call 'action' 486 * If 'action' returns an error, abort iteration and return the error. 490 rrset_func *action, void *action_data) 518 result = (*action)(action_data, &rdataset); 537 * For each RR of 'name' in 'ver' of 'db', call 'action' 541 * If 'action' returns an error, abort iteration 559 * 'action' with the RR and 'action_data' as arguments. If the name 563 * If 'action' returns an error, abort iteration and return the error. 4160 * Note: we are already committed to this course of action. 4196 * Note: we are already committed to this course of action 489 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, rrset_func *action, void *action_data) argument [all...] |