Searched refs:req_nb_dash (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1538 int req_nb_dash; local
1544 req_nb_dash = m_currentPenDashCount;
1549 req_nb_dash = 2;
1554 req_nb_dash = 2;
1559 req_nb_dash = 2;
1564 req_nb_dash = 4;
1574 req_nb_dash = 0;
1577 if (req_dash && req_nb_dash)
1579 wxX11Dash *real_req_dash = new wxX11Dash[req_nb_dash];
1583 for (int i = 0; i < req_nb_dash;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1954 int req_nb_dash; local
1963 req_nb_dash = m_pen.GetDashCount();
1970 req_nb_dash = 2;
1977 req_nb_dash = 2;
1984 req_nb_dash = 2;
1992 req_nb_dash = 4;
2005 req_nb_dash = 0;
2010 if (req_dash && req_nb_dash)
2012 wxGTKDash *real_req_dash = new wxGTKDash[req_nb_dash];
2015 for (int i = 0; i < req_nb_dash;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1683 int req_nb_dash; local
1692 req_nb_dash = m_pen.GetDashCount();
1699 req_nb_dash = 2;
1706 req_nb_dash = 2;
1713 req_nb_dash = 2;
1721 req_nb_dash = 4;
1734 req_nb_dash = 0;
1739 if (req_dash && req_nb_dash)
1741 wxGTKDash *real_req_dash = new wxGTKDash[req_nb_dash];
1744 for (int i = 0; i < req_nb_dash;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp1822 int req_nb_dash; local
1831 req_nb_dash = m_pen.GetDashCount();
1838 req_nb_dash = 2;
1845 req_nb_dash = 2;
1852 req_nb_dash = 2;
1860 req_nb_dash = 4;
1873 req_nb_dash = 0;

Completed in 97 milliseconds