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

  /external/chromium_org/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...]
event_rpcgen.py 270 ' if (evtag_unmarshal(evbuf, &tag, tmp) == -1'
    [all...]
  /external/chromium_org/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)
regress.c 1420 fprintf(stderr, "evtag_unmarshal should have failed");
    [all...]

Completed in 102 milliseconds