Searched refs:EXPECT_CONN_CLOSE_APP (Results 1 – 1 of 1) sorted by relevance
202 #define EXPECT_CONN_CLOSE_APP (1U << 0) macro277 ((app) ? EXPECT_CONN_CLOSE_APP : 0) | ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \281 ((app) ? EXPECT_CONN_CLOSE_APP : 0) | ((remote) ? EXPECT_CONN_CLOSE_REMOTE : 0), \1637 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; in run_script_worker()1669 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; in run_script_worker()