Home
last modified time | relevance | path

Searched refs:evtag_unmarshal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dtag.h114 int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dtag.h113 int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c418 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_msg()
706 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_kill()
1196 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) in evtag_unmarshal_run()
/netbsd-src/external/bsd/libevent/dist/
H A Devent_tagging.c475 evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag, struct evbuffer *dst) in evtag_unmarshal() function