Searched refs:bCont (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp479 bool bCont = ((wxRegConfig*)this)->GetFirstEntry(str, l); local
480 while ( bCont ) {
483 bCont = ((wxRegConfig*)this)->GetNextEntry(str, l);
496 bool bCont = ((wxRegConfig*)this)->GetFirstGroup(str, l); local
497 while ( bCont ) {
500 bCont = ((wxRegConfig*)this)->GetNextGroup(str, l);
H A Dregistry.cpp609 bool bCont = GetFirstKey(strKey, lIndex);
610 while ( ok && bCont ) {
617 bCont = GetNextKey(strKey, lIndex);
626 bCont = GetFirstValue(strVal, lIndex);
627 while ( ok && bCont ) {
636 bCont = GetNextValue(strVal, lIndex);
679 bool bCont = GetFirstKey(strKey, lIndex);
680 while ( bCont ) {
683 bCont = GetNextKey(strKey, lIndex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp950 bool bCont; local
953 bCont = m_pKey->GetFirstKey(str, l);
954 while ( bCont )
957 bCont = m_pKey->GetNextKey(str, l);
964 bCont = m_pKey->GetFirstValue(str, l);
965 while ( bCont )
1008 bCont = m_pKey->GetNextValue(str, l);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp659 bool bCont = true; local
660 while ( *++pEnd != wxT('\0') && bCont ) {
664 bCont = false;
675 bCont = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex212 bool bCont = config->GetFirstEntry(str, dummy);
213 while ( bCont ) {
216 bCont = GetConfig()->GetNextEntry(str, dummy);
222 bCont = GetConfig()->GetFirstGroup(str, dummy);
223 while ( bCont ) {
226 bCont = GetConfig()->GetNextGroup(str, dummy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2089 bool bCont = config->GetFirstGroup(str, dummy); local
2090 while(bCont)
2093 bCont = config->GetNextGroup(str, dummy);

Completed in 52 milliseconds