Lines Matching refs:opaque
164 ctx->coID.opaque = NULL; in ctl_client()
165 ctx->tiID.opaque = NULL; in ctl_client()
166 ctx->rdID.opaque = NULL; in ctl_client()
167 ctx->wrID.opaque = NULL; in ctl_client()
295 if (ctx->wrID.opaque != NULL) in start_write()
299 if (ctx->tiID.opaque != NULL) in start_write()
307 if (ctx->tiID.opaque != NULL) in start_write()
342 REQUIRE(ctx->wrID.opaque == NULL); in destroy()
348 if (ctx->coID.opaque != NULL) { in destroy()
350 ctx->coID.opaque = NULL; in destroy()
354 REQUIRE(ctx->coID.opaque == NULL); in destroy()
355 if (ctx->wrID.opaque != NULL) { in destroy()
357 ctx->wrID.opaque = NULL; in destroy()
359 if (ctx->rdID.opaque != NULL) in destroy()
377 if (ctx->tiID.opaque != NULL) in destroy()
412 ctx->coID.opaque = NULL; in conn_done()
444 ctx->wrID.opaque = NULL; in write_done()
445 if (ctx->tiID.opaque != NULL) in write_done()
460 REQUIRE(ctx->rdID.opaque == NULL); in start_read()
473 REQUIRE(ctx->coID.opaque == NULL); in stop_read()
474 REQUIRE(ctx->rdID.opaque != NULL); in stop_read()
476 ctx->rdID.opaque = NULL; in stop_read()
509 if (ctx->tiID.opaque != NULL) in readable()
569 REQUIRE(ctx->tiID.opaque == NULL); in start_timer()
582 REQUIRE(ctx->tiID.opaque != NULL); in stop_timer()
589 ctx->tiID.opaque = NULL; in stop_timer()
594 REQUIRE(ctx->tiID.opaque != NULL); in touch_timer()
608 ctx->tiID.opaque = NULL; in timer()