evtag_unmarshal  1157 third_party/libevent/event.h int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
evtag_unmarshal   395 third_party/libevent/event_tagging.c 	if (evtag_unmarshal(src, &tag, _buf) == -1 || tag != need_tag)
evtag_unmarshal   413 third_party/libevent/event_tagging.c 	if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag)
evtag_unmarshal   432 third_party/libevent/event_tagging.c 	if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag)
evtag_unmarshal   391 third_party/libevent/test/regress.gen.c   if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
evtag_unmarshal   617 third_party/libevent/test/regress.gen.c   if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
evtag_unmarshal   855 third_party/libevent/test/regress.gen.c   if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)