Searched refs:siov (Results 1 – 1 of 1) sorted by relevance
163 struct iovec *iov, *siov; in test_io() local175 siov = g_memdup2(iov, sizeof(*iov) * niov); in test_io()199 g_assert(memcmp(iov, siov, sizeof(*iov)*niov) == 0); in test_io()217 g_free(siov); in test_io()237 g_assert(memcmp(iov, siov, sizeof(*iov)*niov) == 0); in test_io()258 g_free(siov); in test_io()