Lines Matching refs:REQUIRE
293 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_write()
342 REQUIRE(ctx->wrID.opaque == NULL); in destroy()
343 REQUIRE(EMPTY(ctx->tran)); in destroy()
354 REQUIRE(ctx->coID.opaque == NULL); in destroy()
384 REQUIRE(ctx->state != destroyed); in error()
459 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_read()
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()
489 REQUIRE(ctx != NULL); in readable()
490 REQUIRE(fd >= 0); in readable()
491 REQUIRE(evmask == EV_READ); in readable()
492 REQUIRE(ctx->state == connected); in readable()
493 REQUIRE(!EMPTY(ctx->tran)); in readable()
569 REQUIRE(ctx->tiID.opaque == NULL); in start_timer()
582 REQUIRE(ctx->tiID.opaque != NULL); in stop_timer()
594 REQUIRE(ctx->tiID.opaque != NULL); in touch_timer()