Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c87 evStreamID wrID; member
167 ctx->wrID.opaque = NULL; in ctl_client()
295 if (ctx->wrID.opaque != NULL) in start_write()
318 write_done, tran, &ctx->wrID) < 0) { in start_write()
324 if (evTimeRW(ctx->ev, ctx->wrID, ctx->tiID) < 0) { in start_write()
342 REQUIRE(ctx->wrID.opaque == NULL); in destroy()
355 if (ctx->wrID.opaque != NULL) { in destroy()
356 (void)evCancelRW(ctx->ev, ctx->wrID); in destroy()
357 ctx->wrID.opaque = NULL; in destroy()
444 ctx->wrID.opaque = NULL; in write_done()
H A Dctl_srvr.c85 evStreamID wrID; member
311 REQUIRE(sess->wrID.opaque == NULL); in ctl_response()
345 ctl_writedone, sess, &sess->wrID) < 0) { in ctl_response()
357 if (evTimeRW(ctx->ev, sess->wrID, sess->wrtiID) < 0) { in ctl_response()
438 sess->wrID.opaque = NULL; in ctl_accept()
492 if (sess->wrID.opaque != NULL) { in ctl_close()
493 (void) evCancelRW(ctx->ev, sess->wrID); in ctl_close()
494 sess->wrID.opaque = NULL; in ctl_close()
637 if (sess->wrID.opaque != NULL) { in ctl_wrtimeout()
638 (void) evCancelRW(ctx->ev, sess->wrID); in ctl_wrtimeout()
[all …]