Searched refs:tt_iov_eq (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_buffer.c | 2414 #define tt_iov_eq(v, s) \ in test_evbuffer_peek() macro 2433 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2434 tt_iov_eq(&v[3], "Contents of chunk [3]\n"); in test_evbuffer_peek() 2435 tt_iov_eq(&v[12], "Contents of chunk [12]\n"); in test_evbuffer_peek() 2436 tt_iov_eq(&v[15], "Contents of chunk [15]\n"); in test_evbuffer_peek() 2442 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2449 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2450 tt_iov_eq(&v[1], "Contents of chunk [1]\n"); in test_evbuffer_peek() 2463 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2470 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() [all …]
|