Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c780 tmp->notes_set = 0; in run_new_with_arg()
826 msg->notes_set = 1; in run_notes_add()
902 if (!msg->notes_set || off < 0 || off >= msg->notes_length) in run_notes_assign()
970 if (!msg->notes_set || offset < 0 || offset >= msg->notes_length) in run_notes_get()
1011 if (tmp->notes_set == 1) { in run_clear()
1018 tmp->notes_set = 0; in run_clear()
1039 if (tmp->notes_set == 1) { in run_free()
1046 tmp->notes_set = 0; in run_free()
1069 if (tmp->notes_set) { in run_marshal()
1143 tmp->notes_set = 1; in run_unmarshal()
H A Dregress.gen.h177 ev_uint8_t notes_set; member