Searched refs:some_bytes_length (Results 1 – 2 of 2) sorted by relevance
668 tmp->some_bytes_length = 0; in run_new()701 msg->some_bytes_length = len; in run_some_bytes_assign()729 *plen = msg->some_bytes_length; in run_some_bytes_get()753 tmp->some_bytes_length = 0; in run_clear()774 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length); in run_marshal()803 if (evtag_payload_length(evbuf, &tmp->some_bytes_length) == -1) in run_unmarshal()805 if (tmp->some_bytes_length > EVBUFFER_LENGTH(evbuf)) in run_unmarshal()807 if ((tmp->some_bytes_data = malloc(tmp->some_bytes_length)) == NULL) in run_unmarshal()809 …evtag_unmarshal_fixed(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length) == -1) { in run_unmarshal()
157 ev_uint32_t some_bytes_length; member