Home
last modified time | relevance | path

Searched refs:TEST_ZONE_NAME (Results 1 – 1 of 1) sorted by relevance

/dports/devel/apr1/apr-1.7.0/test/
H A Dtestsock.c584 #define TEST_ZONE_NAME "lo" macro
588 #ifdef TEST_ZONE_NAME
589 #define TEST_ZONE_FULLADDR TEST_ZONE_ADDR "%" TEST_ZONE_NAME
620 #ifdef TEST_ZONE_NAME in test_zone()
625 APR_ASSERT_SUCCESS(tc, "Set zone to " TEST_ZONE_NAME, in test_zone()
626 apr_sockaddr_zone_set(sa, TEST_ZONE_NAME)); in test_zone()
633 ABTS_STR_EQUAL(tc, TEST_ZONE_NAME, name); in test_zone()
656 ABTS_STR_EQUAL(tc, TEST_ZONE_NAME, name); in test_zone()