Searched defs:evtag_unmarshal (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
H A Devent_tagging.c331 evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag, struct evbuffer *dst) function
395 if (evtag_unmarshal(src, &tag, _buf) == -1 || tag != need_tag)
413 if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag)
432 if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag)

Completed in 72 milliseconds