HomeSort by: relevance | last modified time | path
    Searched defs:donefunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/isc/
ctl_clnt.c 62 #define donefunc_p(ctx) ((ctx).donefunc != NULL)
81 ctl_clntdone donefunc; member in struct:ctl_tran
90 ctl_clntdone donefunc; member in struct:ctl_cctx
151 ctl_clntdone donefunc, void *uap,
170 ctx->donefunc = donefunc;
233 * ctl_command(ctx, cmd, len, donefunc, uap)
235 * and complete by calling donefunc with the answer.
239 ctl_clntdone donefunc, void *uap)
259 tran = new_tran(ctx, donefunc, uap, 1)
    [all...]
ctl_srvr.c 102 ctl_srvrdone donefunc; member in struct:ctl_sess
305 u_int flags, const void *respctx, ctl_srvrdone donefunc,
321 sess->donefunc = donefunc;
458 sess->donefunc = NULL;
783 if (sess->donefunc != NULL) {
784 (*sess->donefunc)(ctx, sess, sess->uap);
785 sess->donefunc = NULL;

Completed in 24 milliseconds