Searched refs:evtag_marshal (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dtag.h76 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dtag.h77 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devent_tagging.c258 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, function
304 evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string));
313 evtag_marshal(evbuf, tag, data, len);
/netbsd-current/external/bsd/libevent/dist/
H A Devent_tagging.c265 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, function
311 evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string));
320 evtag_marshal(evbuf, tag, data, len);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.gen.c1064 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length);
1066 evtag_marshal(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, (24));
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.gen.c1066 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length);
1068 evtag_marshal(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, (24));

Completed in 202 milliseconds