Searched refs:evtag_unmarshal (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
H A D | tag.h | 114 int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | tag.h | 113 int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress.gen.c | 418 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 D | event_tagging.c | 475 evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag, struct evbuffer *dst) in evtag_unmarshal() function
|