Searched refs:isc_pool_count (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dpool_test.c65 ATF_REQUIRE_EQ(isc_pool_count(pool), 8);
89 ATF_REQUIRE_EQ(isc_pool_count(pool1), 10);
95 ATF_REQUIRE_EQ(isc_pool_count(pool2), 10);
105 ATF_REQUIRE_EQ(isc_pool_count(pool2), 10);
115 ATF_REQUIRE_EQ(isc_pool_count(pool2), 20);
143 ATF_REQUIRE_EQ(isc_pool_count(pool), 2);
/bind-9.11.3/lib/isc/include/isc/
H A Dpool.h93 isc_pool_count(isc_pool_t *pool);
/bind-9.11.3/lib/isc/
H A Dpool.c105 isc_pool_count(isc_pool_t *pool) { function

Completed in 19 milliseconds