Lines Matching refs:qts1

120     QTestState *qts0, *qts1;  in test_stream_inet_ipv4()  local
132 qts1 = qtest_initf("-nodefaults -M none " in test_stream_inet_ipv4()
139 EXPECT_STATE(qts1, expect, 0); in test_stream_inet_ipv4()
145 qtest_quit(qts1); in test_stream_inet_ipv4()
194 QTestState *qts0, *qts1; in test_stream_unix_reconnect() local
205 qts1 = qtest_initf("-nodefaults -M none " in test_stream_unix_reconnect()
218 wait_stream_disconnected(qts1, "st0"); in test_stream_unix_reconnect()
231 wait_stream_connected(qts1, "st0", &addr); in test_stream_unix_reconnect()
236 qtest_quit(qts1); in test_stream_unix_reconnect()
243 QTestState *qts0, *qts1; in test_stream_inet_ipv6() local
255 qts1 = qtest_initf("-nodefaults -M none " in test_stream_inet_ipv6()
262 EXPECT_STATE(qts1, expect, 0); in test_stream_inet_ipv6()
268 qtest_quit(qts1); in test_stream_inet_ipv6()
274 QTestState *qts0, *qts1; in test_stream_unix() local
287 qts1 = qtest_initf("-nodefaults -M none " in test_stream_unix()
293 EXPECT_STATE(qts1, expect, 0); in test_stream_unix()
298 qtest_quit(qts1); in test_stream_unix()
305 QTestState *qts0, *qts1; in test_stream_unix_abstract() local
319 qts1 = qtest_initf("-nodefaults -M none " in test_stream_unix_abstract()
325 EXPECT_STATE(qts1, expect, 0); in test_stream_unix_abstract()
330 qtest_quit(qts1); in test_stream_unix_abstract()
338 QTestState *qts0, *qts1; in test_stream_fd() local
351 qts1 = qtest_initf("-nodefaults -M none " in test_stream_fd()
355 EXPECT_STATE(qts1, "st0: index=0,type=stream,unix:\r\n", 0); in test_stream_fd()
358 qtest_quit(qts1); in test_stream_fd()
368 QTestState *qts0, *qts1; in test_dgram_inet() local
388 qts1 = qtest_initf("-nodefaults -M none " in test_dgram_inet()
397 EXPECT_STATE(qts1, expect, 0); in test_dgram_inet()
400 qtest_quit(qts1); in test_dgram_inet()
422 QTestState *qts0, *qts1; in test_dgram_unix() local
439 qts1 = qtest_initf("-nodefaults -M none " in test_dgram_unix()
447 EXPECT_STATE(qts1, expect, 0); in test_dgram_unix()
455 qtest_quit(qts1); in test_dgram_unix()
461 QTestState *qts0, *qts1; in test_dgram_fd() local
477 qts1 = qtest_initf("-nodefaults -M none " in test_dgram_fd()
483 EXPECT_STATE(qts1, expect, 0); in test_dgram_fd()
486 qtest_quit(qts1); in test_dgram_fd()