Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Devent_tagging.c265 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal() function
311 evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string)); in evtag_marshal_string()
320 evtag_marshal(evbuf, tag, data, len); in evtag_marshal_timeval()
/netbsd-src/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-src/external/bsd/libevent/dist/include/event2/
H A Dtag.h76 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c1066 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length); in run_marshal()
1068 evtag_marshal(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, (24)); in run_marshal()