Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c771 tmp->some_bytes_length = 0; in run_new_with_arg()
885 msg->some_bytes_length = len; in run_some_bytes_assign()
953 *plen = msg->some_bytes_length; in run_some_bytes_get()
1006 tmp->some_bytes_length = 0; in run_clear()
1066 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length); in run_marshal()
1111 if (evtag_payload_length(evbuf, &tmp->some_bytes_length) == -1) in run_unmarshal()
1113 if (tmp->some_bytes_length > evbuffer_get_length(evbuf)) in run_unmarshal()
1115 if ((tmp->some_bytes_data = malloc(tmp->some_bytes_length)) == NULL) in run_unmarshal()
1117 …evtag_unmarshal_fixed(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length) == -1) { in run_unmarshal()
H A Dregress.gen.h164 ev_uint32_t some_bytes_length; member