Searched refs:EXPECT_CONN_CLOSE_APP (Results 1 – 1 of 1) sorted by relevance
192 #define EXPECT_CONN_CLOSE_APP (1U << 0) macro267 ((app) ? EXPECT_CONN_CLOSE_APP : 0) | \272 ((app) ? EXPECT_CONN_CLOSE_APP : 0) | \1675 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; in run_script_worker()1707 int expect_app = (op->arg1 & EXPECT_CONN_CLOSE_APP) != 0; in run_script_worker()
Completed in 16 milliseconds