Searched refs:action (Results 1 - 25 of 52) sorted by relevance

123

/bind-9.11.3/lib/isc/
H A Devent.c35 isc_taskaction_t action, void *arg, size_t size)
40 REQUIRE(action != NULL);
46 ISC_EVENT_INIT(event, size, 0, NULL, type, action, arg,
54 isc_taskaction_t action, const void *arg, size_t size)
60 REQUIRE(action != NULL);
80 ISC_EVENT_INIT(event, size, 0, NULL, type, action, deconst_arg,
34 isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, void *arg, size_t size) argument
53 isc_event_constallocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, const void *arg, size_t size) argument
H A Dsocket_api.c144 isc_taskaction_t action, void *arg,
151 action, arg, address, pktinfo));
153 return (sock->methods->sendto(sock, region, task, action, arg, address,
159 isc_taskaction_t action, void *arg)
164 return (isc__socket_connect(sock, addr, task, action, arg));
166 return (sock->methods->connect(sock, addr, task, action, arg));
171 isc_task_t *task, isc_taskaction_t action, void *arg)
177 task, action, arg));
179 return (sock->methods->recv(sock, region, minimum, task, action, arg));
307 isc_taskaction_t action, voi
143 isc_socket_sendto(isc_socket_t *sock, isc_region_t *region, isc_task_t *task, isc_taskaction_t action, void *arg, isc_sockaddr_t *address, struct in6_pktinfo *pktinfo) argument
158 isc_socket_connect(isc_socket_t *sock, isc_sockaddr_t *addr, isc_task_t *task, isc_taskaction_t action, void *arg) argument
170 isc_socket_recv(isc_socket_t *sock, isc_region_t *region, unsigned int minimum, isc_task_t *task, isc_taskaction_t action, void *arg) argument
305 isc_socket_recvv(isc_socket_t *sock, isc_bufferlist_t *buflist, unsigned int minimum, isc_task_t *task, isc_taskaction_t action, void *arg) argument
321 isc_socket_send(isc_socket_t *sock, isc_region_t *region, isc_task_t *task, isc_taskaction_t action, void *arg) argument
328 isc_socket_sendv(isc_socket_t *sock, isc_bufferlist_t *buflist, isc_task_t *task, isc_taskaction_t action, void *arg) argument
335 isc_socket_sendtov(isc_socket_t *sock, isc_bufferlist_t *buflist, isc_task_t *task, isc_taskaction_t action, void *arg, isc_sockaddr_t *address, struct in6_pktinfo *pktinfo) argument
344 isc_socket_sendtov2(isc_socket_t *sock, isc_bufferlist_t *buflist, isc_task_t *task, isc_taskaction_t action, void *arg, isc_sockaddr_t *address, struct in6_pktinfo *pktinfo, unsigned int flags) argument
386 isc_socket_accept(isc_socket_t *sock, isc_task_t *task, isc_taskaction_t action, void *arg) argument
[all...]
H A Dapp_api.c100 isc_task_t *task, isc_taskaction_t action,
106 return (isc__app_ctxonrun(ctx, mctx, task, action, arg));
108 return (ctx->methods->ctxonrun(ctx, mctx, task, action, arg));
184 isc_taskaction_t action, void *arg)
187 return (isc__app_onrun(mctx, task, action, arg));
99 isc_app_ctxonrun(isc_appctx_t *ctx, isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, void *arg) argument
183 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, void *arg) argument
/bind-9.11.3/lib/dns/include/dns/
H A Drequest.h161 isc_taskaction_t action, void *arg,
199 isc_taskaction_t action, void *arg,
208 isc_task_t *task, isc_taskaction_t action, void *arg,
218 isc_taskaction_t action, void *arg,
227 isc_task_t *task, isc_taskaction_t action, void *arg,
269 isc_task_t *task, isc_taskaction_t action, void *arg,
278 isc_taskaction_t action, void *arg,
287 isc_task_t *task, isc_taskaction_t action, void *arg,
296 isc_taskaction_t action, void *arg,
H A Dtcpmsg.h29 isc_taskaction_t action; member in struct:dns_tcpmsg
72 isc_task_t *task, isc_taskaction_t action, void *arg);
H A Dlookup.h69 isc_taskaction_t action, void *arg, dns_lookup_t **lookupp);
H A Dzt.h173 isc_result_t (*action)(dns_zone_t *, void *), void *uap);
177 isc_result_t (*action)(dns_zone_t *, void *), void *uap);
179 * Apply a given 'action' to all zone zones in the table.
181 * 'action' does not return ISC_R_SUCCESS.
185 * \li 'action' to be non NULL.
188 * \li ISC_R_SUCCESS if action was applied to all nodes. If 'stop' is
190 * reported by 'action' is returned in '*sub';
191 * any error code from 'action'.
H A Dbyaddr.h71 isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp);
H A Dclient.h301 isc_taskaction_t action, void *arg,
332 * and does not block. When name resolution is completed, 'action' will be
440 isc_task_t *task, isc_taskaction_t action, void *arg,
470 * and does not block. When the transaction is completed, 'action' will be
542 isc_task_t *task, isc_taskaction_t action, void *arg,
595 * 'action' will be called with the argument of a 'dns_clientupdateevent_t'
H A Dvalidator.h133 isc_taskaction_t action; member in struct:dns_validator
176 isc_task_t *task, isc_taskaction_t action, void *arg,
205 * the given 'action' and 'arg' are sent to 'task'.
/bind-9.11.3/lib/isccc/include/isccc/
H A Dccmsg.h44 isc_taskaction_t action; member in struct:isccc_ccmsg
87 isc_task_t *task, isc_taskaction_t action, void *arg);
H A Dsymtab.h47 * undefine action (if provided) will be called
63 * A user-specified action will be called (if provided) when a symbol
121 isccc_symtab_foreach(isccc_symtab_t *symtab, isccc_symtabforeachaction_t action,
/bind-9.11.3/unit/atf-src/admin/
H A Dar-lib118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified"
178 action
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Devent.h84 isc_taskaction_t action, void *arg, size_t size);
87 isc_taskaction_t action, const void *arg, size_t size);
103 *\li 'action' to be non NULL
H A Dsocket.h342 isc_task_t *task, isc_taskaction_t action,
351 isc_task_t *task, isc_taskaction_t action,
355 isc_taskaction_t action, void *arg);
740 isc_task_t *task, isc_taskaction_t action, void *arg);
753 * \li 'action' is a valid action
763 isc_task_t *task, isc_taskaction_t action,
767 * succeeds, or when an error occurs, a CONNECT event with action 'action'
778 * \li 'action' i
[all...]
H A Dapp.h112 isc_task_t *task, isc_taskaction_t action,
155 isc_taskaction_t action, void *arg);
157 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action,
H A Dheap.h144 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap);
146 * \brief Iterate over the heap, calling an action for each element. The
151 *\li "action" is not NULL, and is a function which takes two arguments.
H A Dtimer.h106 isc_taskaction_t action,
167 isc_taskaction_t action,
173 * 'task' and when dispatched 'action' will be called with 'arg' as the
197 *\li 'action' is a valid action
H A Dhttpd.h32 isc_httpdaction_t *action; member in struct:isc_httpdurl
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp234 const std::string action = negated ? action_str.substr(4) : action_str; local
240 if (action == "eq") {
247 } else if (action == "exit") {
253 } else if (action == "ignore") {
258 } else if (action == "ne") {
265 } else if (action == "signal") {
284 const std::string action = negated ? action_str.substr(4) : action_str; local
287 if (action == "empty")
289 else if (action == "file")
291 else if (action
[all...]
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/contrib/queryparse/
H A Dqueryparse35 parser.add_option("-r", "--recursion", dest="recurse", action="store_true",
39 action="store_true", default=False,
/bind-9.11.3/lib/dns/
H A Dtcpmsg.c156 isc_task_t *task, isc_taskaction_t action, void *arg)
173 tcpmsg->action = action;
178 DNS_EVENT_TCPMSG, action, arg, tcpmsg,
155 dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
/bind-9.11.3/lib/isccc/
H A Dccmsg.c157 isc_task_t *task, isc_taskaction_t action, void *arg)
174 ccmsg->action = action;
179 ISCCC_EVENT_CCMSG, action, arg, ccmsg,
156 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
/bind-9.11.3/lib/isc/win32/
H A Dapp.c50 isc_taskaction_t action, void *arg);
67 isc_task_t *task, isc_taskaction_t action,
192 isc__app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument
196 task, action, arg));
201 isc_taskaction_t action, void *arg)
221 action, arg, sizeof(*event));
200 isc__app_ctxonrun(isc_appctx_t *ctx0, isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, void *arg) argument
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py164 for action in actions:
167 if action == b'xname':
184 if action == b'cname':
198 if action == b'dname':

Completed in 552 milliseconds

123