Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libbind/dist/isc/
Dctl_clnt.c95 evStreamID wrID; member
175 ctx->wrID.opaque = NULL; in ctl_client()
303 if (ctx->wrID.opaque != NULL) in start_write()
326 write_done, tran, &ctx->wrID) < 0) { in start_write()
332 if (evTimeRW(ctx->ev, ctx->wrID, ctx->tiID) < 0) { in start_write()
350 REQUIRE(ctx->wrID.opaque == NULL); in destroy()
363 if (ctx->wrID.opaque != NULL) { in destroy()
364 (void)evCancelRW(ctx->ev, ctx->wrID); in destroy()
365 ctx->wrID.opaque = NULL; in destroy()
452 ctx->wrID.opaque = NULL; in write_done()
Dctl_srvr.c93 evStreamID wrID; member
319 REQUIRE(sess->wrID.opaque == NULL); in ctl_response()
353 ctl_writedone, sess, &sess->wrID) < 0) { in ctl_response()
365 if (evTimeRW(ctx->ev, sess->wrID, sess->wrtiID) < 0) { in ctl_response()
446 sess->wrID.opaque = NULL; in ctl_accept()
500 if (sess->wrID.opaque != NULL) { in ctl_close()
501 (void) evCancelRW(ctx->ev, sess->wrID); in ctl_close()
502 sess->wrID.opaque = NULL; in ctl_close()
645 if (sess->wrID.opaque != NULL) { in ctl_wrtimeout()
646 (void) evCancelRW(ctx->ev, sess->wrID); in ctl_wrtimeout()
[all …]