Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c60 #define donefunc_p(ctx) ((ctx).donefunc != NULL)
79 ctl_clntdone donefunc; member
88 ctl_clntdone donefunc; member
149 ctl_clntdone donefunc, void *uap, in ctl_client() argument
168 ctx->donefunc = donefunc; in ctl_client()
237 ctl_clntdone donefunc, void *uap) in ctl_command() argument
257 tran = new_tran(ctx, donefunc, uap, 1); in ctl_command()
275 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { in new_tran() argument
282 new->donefunc = donefunc; in new_tran()
379 if (notify && this->donefunc != NULL) in destroy()
[all …]
H A Dctl_srvr.c100 ctl_srvrdone donefunc; member
303 u_int flags, const void *respctx, ctl_srvrdone donefunc, in ctl_response() argument
319 sess->donefunc = donefunc; in ctl_response()
456 sess->donefunc = NULL; in ctl_accept()
781 if (sess->donefunc != NULL) { in ctl_signal_done()
782 (*sess->donefunc)(ctx, sess, sess->uap); in ctl_signal_done()
783 sess->donefunc = NULL; in ctl_signal_done()