STATIC_ASSERT 69 src/unix/core.c STATIC_ASSERT(sizeof(uv_buf_t) == sizeof(struct iovec)); STATIC_ASSERT 70 src/unix/core.c STATIC_ASSERT(sizeof(&((uv_buf_t*) 0)->base) == STATIC_ASSERT 72 src/unix/core.c STATIC_ASSERT(sizeof(&((uv_buf_t*) 0)->len) == STATIC_ASSERT 74 src/unix/core.c STATIC_ASSERT(offsetof(uv_buf_t, base) == offsetof(struct iovec, iov_base)); STATIC_ASSERT 75 src/unix/core.c STATIC_ASSERT(offsetof(uv_buf_t, len) == offsetof(struct iovec, iov_len));