Searched refs:some_bytes_length (Results 1 – 2 of 2) sorted by relevance
770 tmp->some_bytes_length = 0; in run_new_with_arg()884 msg->some_bytes_length = len; in run_some_bytes_assign()952 *plen = msg->some_bytes_length; in run_some_bytes_get()1005 tmp->some_bytes_length = 0; in run_clear()1065 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length); in run_marshal()1110 if (evtag_payload_length(evbuf, &tmp->some_bytes_length) == -1) in run_unmarshal()1112 if (tmp->some_bytes_length > evbuffer_get_length(evbuf)) in run_unmarshal()1114 if ((tmp->some_bytes_data = malloc(tmp->some_bytes_length)) == NULL) in run_unmarshal()1116 …evtag_unmarshal_fixed(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length) == -1) { in run_unmarshal()
163 ev_uint32_t some_bytes_length; member