Searched refs:evtag_unmarshal_fixed (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress.gen.c809 if (evtag_unmarshal_fixed(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length) == -1) {
820 if (evtag_unmarshal_fixed(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, sizeof(tmp->fixed_bytes_data)) == -1) {
/external/chromium/third_party/libevent/
H A Devent.h1167 int evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag,
H A Devent_tagging.c386 evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag, void *data, function

Completed in 149 milliseconds