Lines Matching refs:index
3409 size_t index;
3433 for (index = 0; index < iovcount; ++index)
3434 iovs[index] = uv_buf_init(test_buf, sizeof(test_buf));
3451 for (index = 0; index < iovcount; ++index)
3452 iovs[index] = uv_buf_init(buffer + index * sizeof(test_buf),
3472 for (index = 0; index < iovcount; ++index)
3473 ASSERT_OK(strncmp(buffer + index * sizeof(test_buf),
3517 size_t index;
3553 for (index = 0; index < iovcount; ++index)
3554 iovs[index] = uv_buf_init(test_buf, sizeof(test_buf));
3571 for (index = 0; index < iovcount; ++index)
3572 iovs[index] = uv_buf_init(buffer + index * sizeof(test_buf),
3584 for (index = 0; index < iovcount; ++index)
3585 ASSERT_OK(strncmp(buffer + index * sizeof(test_buf),
3760 size_t index;
3776 for (index = 0; index < iovcount; ++index)
3777 iovs[index] = uv_buf_init(buffer + index * sizeof(test_buf), sizeof(test_buf));