Lines Matching defs:stateful_ret
43 int stateful_ret;
52 .ret = RESULT_PASS, .stateful_ret = RESULT_PASS
61 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
69 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
80 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
88 .ret = RESULT_PASS, .stateful_ret = RESULT_PASS
96 .ret = RESULT_PASS, .stateful_ret = RESULT_PASS
104 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
252 i + 1, t->stateful_ret, t->ret, serror, error);
255 CHECK_TRUE(serror == t->stateful_ret)