Home
last modified time | relevance | path

Searched refs:evtag_unmarshal (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libevent/
Devent_tagging.c331 evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag, struct evbuffer *dst) in evtag_unmarshal() function
395 if (evtag_unmarshal(src, &tag, _buf) == -1 || tag != need_tag) in evtag_unmarshal_fixed()
413 if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag) in evtag_unmarshal_string()
432 if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag) in evtag_unmarshal_timeval()
Devent.h1157 int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
/external/chromium/third_party/libevent/test/
Dregress.gen.c391 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_msg()
617 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_kill()
855 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_run()