Searched refs:need_tag (Results 1 – 3 of 3) sorted by relevance
/external/chromium/third_party/libevent/ |
D | event_tagging.c | 356 evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_int() argument 365 if (need_tag != tag) in evtag_unmarshal_int() 386 evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag, void *data, in evtag_unmarshal_fixed() argument 395 if (evtag_unmarshal(src, &tag, _buf) == -1 || tag != need_tag) in evtag_unmarshal_fixed() 406 evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_string() argument 413 if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag) in evtag_unmarshal_string() 425 evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_timeval() argument 432 if (evtag_unmarshal(evbuf, &tag, _buf) == -1 || tag != need_tag) in evtag_unmarshal_timeval()
|
D | event.h | 1164 int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag, 1167 int evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag, 1170 int evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag, 1173 int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag,
|
/external/chromium/third_party/libevent/test/ |
D | regress.gen.c | 384 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg) in evtag_unmarshal_msg() argument 391 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_msg() 610 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg) in evtag_unmarshal_kill() argument 617 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_kill() 848 evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, struct run *msg) in evtag_unmarshal_run() argument 855 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_run()
|