Searched refs:evtag_marshal (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_tagging.c | 261 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal() function 307 evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string)); in evtag_marshal_string() 316 evtag_marshal(evbuf, tag, data, len); in evtag_marshal_timeval()
|
/freebsd/contrib/libevent/ |
H A D | event_tagging.c | 261 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, in evtag_marshal() function 307 evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string)); in evtag_marshal_string() 316 evtag_marshal(evbuf, tag, data, len); in evtag_marshal_timeval()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | tag.h | 75 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
|
/freebsd/contrib/libevent/include/event2/ |
H A D | tag.h | 75 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
|
/freebsd/contrib/pf/libevent/ |
H A D | event.h | 301 void evtag_marshal(struct evbuffer *evbuf, u_int8_t tag, const void *data,
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.gen.c | 1065 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length); in run_marshal() 1067 evtag_marshal(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, (24)); in run_marshal()
|
/freebsd/contrib/libevent/test/ |
H A D | regress.gen.c | 1065 evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length); in run_marshal() 1067 evtag_marshal(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, (24)); in run_marshal()
|