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

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp145 static std::map< atf_tc_t*, impl::tc* > wraps; variable
168 std::map< atf_tc_t*, impl::tc* >::iterator iter = wraps.find(tc);
169 INV(iter != wraps.end());
200 wraps.erase(&pimpl->m_tc);
220 wraps[&pimpl->m_tc] = this;
/bind-9.11.3/lib/dns/
H A Dupdate.c900 unsigned int wraps = 0; local
921 wraps++;
922 if (wraps == 2) {
H A Drbtdb.c3964 isc_boolean_t wraps; local
3971 wraps = ISC_TRUE;
3975 wraps = ISC_FALSE;
4115 if (result == ISC_R_NOMORE && wraps) {
4119 wraps = ISC_FALSE;

Completed in 43 milliseconds