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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp129 static std::map< atf_tc_t*, impl::tc* > wraps; variable
146 std::map< atf_tc_t*, impl::tc* >::iterator iter = wraps.find(tc);
147 INV(iter != wraps.end());
185 wraps.erase(&pimpl->m_tc);
205 wraps[&pimpl->m_tc] = this;
/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c1647 unsigned int wraps = 0; local
1668 wraps++;
1669 if (wraps == 2) {
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c3282 isc_boolean_t wraps; local
3288 wraps = ISC_TRUE;
3292 wraps = ISC_FALSE;
3418 if (result == ISC_R_NOMORE && wraps) {
3422 wraps = ISC_FALSE;

Completed in 3420 milliseconds