evtag_marshal    1133 third_party/libevent/event.h void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
evtag_marshal     211 third_party/libevent/event_tagging.c 	evtag_marshal(buf, tag, string, strlen(string));
evtag_marshal     222 third_party/libevent/event_tagging.c 	evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf),
evtag_marshal     411 third_party/libevent/test/regress.gen.c   evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf));
evtag_marshal     637 third_party/libevent/test/regress.gen.c   evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf));
evtag_marshal     774 third_party/libevent/test/regress.gen.c     evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length);
evtag_marshal     776 third_party/libevent/test/regress.gen.c   evtag_marshal(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, sizeof(tmp->fixed_bytes_data));
evtag_marshal     875 third_party/libevent/test/regress.gen.c   evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf));