Home
last modified time | relevance | path

Searched refs:evtag_marshal_int (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dtag.h99 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dtag.h98 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
/netbsd-src/external/bsd/libevent/dist/
H A Devent_tagging.c285 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer) in evtag_marshal_int() function
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.gen.c631 evtag_marshal_int(evbuf, KILL_HOW_OFTEN, tmp->how_often_data[i]); in kill_marshal()
1084 evtag_marshal_int(evbuf, RUN_OTHER_NUMBERS, tmp->other_numbers_data[i]); in run_marshal()
H A Dregress.c2547 evtag_marshal_int(tmp, 30, 0); in evtag_test_peek()