Home
last modified time | relevance | path

Searched refs:donefunc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c62 #define donefunc_p(ctx) ((ctx).donefunc != NULL)
81 ctl_clntdone donefunc; member
90 ctl_clntdone donefunc; member
151 ctl_clntdone donefunc, void *uap, in ctl_client() argument
170 ctx->donefunc = donefunc; in ctl_client()
239 ctl_clntdone donefunc, void *uap) in ctl_command() argument
259 tran = new_tran(ctx, donefunc, uap, 1); in ctl_command()
277 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { in new_tran() argument
284 new->donefunc = donefunc; in new_tran()
381 if (notify && this->donefunc != NULL) in destroy()
[all …]
H A Dctl_srvr.c102 ctl_srvrdone donefunc; member
305 u_int flags, const void *respctx, ctl_srvrdone donefunc, in ctl_response() argument
321 sess->donefunc = donefunc; in ctl_response()
458 sess->donefunc = NULL; in ctl_accept()
783 if (sess->donefunc != NULL) { in ctl_signal_done()
784 (*sess->donefunc)(ctx, sess, sess->uap); in ctl_signal_done()
785 sess->donefunc = NULL; in ctl_signal_done()