Searched refs:len2 (Results 1 – 1 of 1) sorted by relevance
307 size_t len1, len2; in TEST_IMPL() local338 len2 = sizeof buf2; in TEST_IMPL()339 r = uv_pipe_getsockname(&pipe_client, buf2, &len2); in TEST_IMPL()341 ASSERT_OK(len2); /* It's an annonymous pipe. */ in TEST_IMPL()346 ASSERT_EQ(len1, len2); in TEST_IMPL()
Completed in 4 milliseconds