Searched refs:evtag_marshal (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/ |
H A D | event_tagging.c | 265 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 D | tag.h | 77 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | tag.h | 76 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress.gen.c | 1066 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()
|