Searched refs:EVBUFFER_DATA (Results 1 – 4 of 4) sorted by relevance
112 #define EVBUFFER_DATA(x) evbuffer_pullup((x), -1) macro
184 tt_assert(!memcmp((char*)EVBUFFER_DATA(evb), "hello/1", 1)); in test_evbuffer()192 tt_assert(!memcmp((char*)EVBUFFER_DATA(evb), "1", 1)); in test_evbuffer()201 tt_assert(!memcmp((char*)EVBUFFER_DATA(evb), "1/hello", 7)); in test_evbuffer()
2425 ((char *)EVBUFFER_DATA(tmp))[1] = '\xff'; in evtag_fuzz()
362 EVBUFFER_DATA() function still works. Watch out, though: it needs to copy