HomeSort by relevance Sort by last modified time
    Searched refs:evtag_unmarshal (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/
event_tagging.c 331 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)
event.h     [all...]
  /external/chromium/third_party/libevent/test/
regress.gen.c 391 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
617 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
855 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)

Completed in 691 milliseconds