Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c93 evStreamID wrID; member
173 ctx->wrID.opaque = NULL; in ctl_client()
301 if (ctx->wrID.opaque != NULL) in start_write()
324 write_done, tran, &ctx->wrID) < 0) { in start_write()
330 if (evTimeRW(ctx->ev, ctx->wrID, ctx->tiID) < 0) { in start_write()
348 REQUIRE(ctx->wrID.opaque == NULL); in destroy()
361 if (ctx->wrID.opaque != NULL) { in destroy()
362 (void)evCancelRW(ctx->ev, ctx->wrID); in destroy()
363 ctx->wrID.opaque = NULL; in destroy()
450 ctx->wrID.opaque = NULL; in write_done()
H A Dctl_srvr.c91 evStreamID wrID; member
317 REQUIRE(sess->wrID.opaque == NULL); in ctl_response()
351 ctl_writedone, sess, &sess->wrID) < 0) { in ctl_response()
363 if (evTimeRW(ctx->ev, sess->wrID, sess->wrtiID) < 0) { in ctl_response()
444 sess->wrID.opaque = NULL; in ctl_accept()
498 if (sess->wrID.opaque != NULL) { in ctl_close()
499 (void) evCancelRW(ctx->ev, sess->wrID); in ctl_close()
500 sess->wrID.opaque = NULL; in ctl_close()
643 if (sess->wrID.opaque != NULL) { in ctl_wrtimeout()
644 (void) evCancelRW(ctx->ev, sess->wrID); in ctl_wrtimeout()
[all …]