Home
last modified time | relevance | path

Searched refs:run_set (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c76 tmp->run_set = 0; in msg_new_with_arg()
109 msg->run_set = 1; in msg_run_add()
181 if (!msg->run_set || off < 0 || off >= msg->run_length) in msg_run_assign()
245 if (!msg->run_set || offset < 0 || offset >= msg->run_length) in msg_run_get()
269 if (tmp->run_set == 1) { in msg_clear()
276 tmp->run_set = 0; in msg_clear()
291 if (tmp->run_set == 1) { in msg_free()
298 tmp->run_set = 0; in msg_free()
313 if (tmp->run_set) { in msg_marshal()
378 tmp->run_set = 1; in msg_unmarshal()
[all …]
H A Dregress.gen.h52 ev_uint8_t run_set; member