Searched defs:respctx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c98 const void * respctx; member in struct:ctl_sess
303 u_int flags, const void *respctx, ctl_srvrdone donefunc,
371 sess->respctx = respctx;
448 sess->respctx = NULL;
605 CTL_DATA, sess->respctx,
752 CTL_MORE, sess->respctx, sess->ctx->uctx);
762 u_int respflags, const void *respctx, void *uctx)
764 const struct ctl_verb *this = respctx, *next = this + 1;
302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, u_int flags, const void *respctx, ctl_srvrdone donefunc, void *uap, const char *body, size_t bodylen) argument
760 ctl_morehelp(struct ctl_sctx *ctx, struct ctl_sess *sess, const struct ctl_verb *verb, const char *text, u_int respflags, const void *respctx, void *uctx) argument

Completed in 46 milliseconds