Searched refs:evtag_unmarshal_string (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress.gen.c | 335 if (evtag_unmarshal_string(evbuf, MSG_FROM_NAME, &tmp->from_name_data) == -1) { in msg_unmarshal() 344 if (evtag_unmarshal_string(evbuf, MSG_TO_NAME, &tmp->to_name_data) == -1) { in msg_unmarshal() 649 if (evtag_unmarshal_string(evbuf, KILL_WEAPON, &tmp->weapon_data) == -1) { in kill_unmarshal() 658 if (evtag_unmarshal_string(evbuf, KILL_ACTION, &tmp->action_data) == -1) { in kill_unmarshal() 1102 if (evtag_unmarshal_string(evbuf, RUN_HOW, &tmp->how_data) == -1) { in run_unmarshal() 1138 if (evtag_unmarshal_string(evbuf, RUN_NOTES, &tmp->notes_data[tmp->notes_length]) == -1) { in run_unmarshal()
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
H A D | tag.h | 137 int evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag,
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | tag.h | 136 int evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag,
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | event_tagging.c | 566 evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag, in evtag_unmarshal_string() function
|