Lines Matching refs:tt_iov_eq
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()
2471 tt_iov_eq(&v[3], "Contents of chunk [3]\n"); in test_evbuffer_peek()
2472 tt_iov_eq(&v[12], "Contents of chunk [12]\n"); in test_evbuffer_peek()
2473 tt_iov_eq(&v[15], "Contents of chunk [15]\n"); in test_evbuffer_peek()
2491 tt_iov_eq(&v[0], " of chunk [1]\n"); in test_evbuffer_peek()
2492 tt_iov_eq(&v[1], "Contents of chunk [2]\n"); in test_evbuffer_peek()
2493 tt_iov_eq(&v[2], "Contents of chunk [3]\n"); /*more than we asked for*/ in test_evbuffer_peek()
2500 tt_iov_eq(&v[0], "Contents of chunk [2]\n"); in test_evbuffer_peek()
2501 tt_iov_eq(&v[1], "Contents of chunk [3]\n"); /*more than we asked for*/ in test_evbuffer_peek()