Searched refs:tt_iov_eq (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_buffer.c | 2164 #define tt_iov_eq(v, s) \ in test_evbuffer_peek() macro 2183 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2184 tt_iov_eq(&v[3], "Contents of chunk [3]\n"); in test_evbuffer_peek() 2185 tt_iov_eq(&v[12], "Contents of chunk [12]\n"); in test_evbuffer_peek() 2186 tt_iov_eq(&v[15], "Contents of chunk [15]\n"); in test_evbuffer_peek() 2192 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2199 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2200 tt_iov_eq(&v[1], "Contents of chunk [1]\n"); in test_evbuffer_peek() 2213 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() 2220 tt_iov_eq(&v[0], "Contents of chunk [0]\n"); in test_evbuffer_peek() [all …]
|