Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/net/lib/http_server/common/src/
Dmain.c71 size_t n_svc; in ZTEST() local
73 n_svc = 4273; in ZTEST()
74 HTTP_SERVICE_COUNT(&n_svc); in ZTEST()
75 zassert_equal(n_svc, 3); in ZTEST()
87 size_t n_svc = 0; in ZTEST() local
105 n_svc++; in ZTEST()
108 zassert_equal(n_svc, 3); in ZTEST()
109 zassert_equal(have_service_A + have_service_B + have_service_C, n_svc); in ZTEST()