Lines Matching refs:tt_iov_eq
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()
2221 tt_iov_eq(&v[3], "Contents of chunk [3]\n"); in test_evbuffer_peek()
2222 tt_iov_eq(&v[12], "Contents of chunk [12]\n"); in test_evbuffer_peek()
2223 tt_iov_eq(&v[15], "Contents of chunk [15]\n"); in test_evbuffer_peek()
2241 tt_iov_eq(&v[0], " of chunk [1]\n"); in test_evbuffer_peek()
2242 tt_iov_eq(&v[1], "Contents of chunk [2]\n"); in test_evbuffer_peek()
2243 tt_iov_eq(&v[2], "Contents of chunk [3]\n"); /*more than we asked for*/ in test_evbuffer_peek()
2250 tt_iov_eq(&v[0], "Contents of chunk [2]\n"); in test_evbuffer_peek()
2251 tt_iov_eq(&v[1], "Contents of chunk [3]\n"); /*more than we asked for*/ in test_evbuffer_peek()