Searched refs:run_set (Results 1 – 3 of 3) sorted by relevance
69 tmp->run_set = 0; in msg_new_with_arg()101 msg->run_set = 1; in msg_run_add()173 if (!msg->run_set || off < 0 || off >= msg->run_length) in msg_run_assign()236 if (!msg->run_set || offset < 0 || offset >= msg->run_length) in msg_run_get()260 if (tmp->run_set == 1) { in msg_clear()267 tmp->run_set = 0; in msg_clear()282 if (tmp->run_set == 1) { in msg_free()289 tmp->run_set = 0; in msg_free()304 if (tmp->run_set) { in msg_marshal()374 tmp->run_set = 1; in msg_unmarshal()[all …]
50 ev_uint8_t run_set; member
1774 async def run_set(): function1784 self.assertEqual(run_async(run_set()), ([], {1, 41}))1800 async def run_set(): function1808 run_async(run_set()),1831 async def run_set(): function1834 run_async(run_set()),1861 async def run_set(): function1864 run_async(run_set()),