Searched refs:run_set (Results 1 – 4 of 4) sorted by relevance
75 tmp->run_set = 0; in msg_new_with_arg()108 msg->run_set = 1; in msg_run_add()180 if (!msg->run_set || off < 0 || off >= msg->run_length) in msg_run_assign()244 if (!msg->run_set || offset < 0 || offset >= msg->run_length) in msg_run_get()268 if (tmp->run_set == 1) { in msg_clear()275 tmp->run_set = 0; in msg_clear()290 if (tmp->run_set == 1) { in msg_free()297 tmp->run_set = 0; in msg_free()312 if (tmp->run_set) { in msg_marshal()377 tmp->run_set = 1; in msg_unmarshal()[all …]
51 ev_uint8_t run_set; member