Searched refs:m_timeout (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dgsockmac.h46 unsigned long m_timeout; member in struct:_GSocket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dgsockmac.h98 unsigned long m_timeout; member in class:GSocket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp117 unsigned long m_timeout; member in struct:_GSocket
216 m_timeout = 600;
725 timeout = m_timeout * 1000;
902 m_timeout = seconds;
906 GSocket_SetTimeout(m_socket, m_timeout * 1000);
1130 GSocket_SetTimeout(m_socket, m_timeout * 1000);
1168 GSocket_SetTimeout(sock.m_socket, sock.m_timeout * 1000);
1236 GSocket_SetTimeout(m_socket, m_timeout * 1000);
1306 GSocket_SetTimeout( m_socket, m_timeout );
1884 socket->m_timeout
[all...]
H A Dgsocket.cpp278 m_timeout = 1*1000;
971 // m_timeout = millisec;
1469 while( (now.hi * 4294967296.0 + now.lo) - (start.hi * 4294967296.0 + start.lo) < m_timeout * 1000.0 )
1504 while( (now.hi * 4294967296.0 + now.lo) - (start.hi * 4294967296.0 + start.lo) < m_timeout * 1000.0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsocket.cpp188 m_timeout = 600;
696 timeout = m_timeout * 1000;
776 m_socket->SetTimeout(m_timeout*1000);
901 m_timeout = seconds;
904 m_socket->SetTimeout(m_timeout * 1000);
1118 m_socket->SetTimeout(m_timeout * 1000);
1154 sock.m_socket->SetTimeout(sock.m_timeout * 1000);
1261 m_socket->SetTimeout(m_timeout * 1000);
1368 m_socket->SetTimeout( m_timeout );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dgsockunx.h94 unsigned long m_timeout; member in class:GSocket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgsockmsw.h104 struct timeval m_timeout; member in class:GSocket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp176 m_timeout.tv_sec = 10 * 60; /* 10 minutes */
177 m_timeout.tv_usec = 0;
851 &m_timeout) <= 0)
943 m_timeout.tv_sec = (millis / 1000);
944 m_timeout.tv_usec = (millis % 1000) * 1000;
1060 if (select(0, &readfds, NULL, NULL, &m_timeout) == 0)
1081 if (select(0, NULL, &writefds, NULL, &m_timeout) == 0)
1103 if (select(0, NULL, &writefds, &exceptfds, &m_timeout) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPBase.h423 int m_timeout; member in class:CUPnPService
452 { return m_timeout; }
454 { m_timeout = t; }
456 { return &m_timeout; }
H A DUPnPBase.cpp468 m_timeout(1801),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp536 m_timeout = 10*60*1000;
1296 tv.tv_sec = m_timeout / 1000;
1297 tv.tv_usec = (m_timeout % 1000) * 1000;
1416 m_timeout = millisec;
1555 tv.tv_sec = (m_timeout / 1000);
1556 tv.tv_usec = (m_timeout % 1000) * 1000;
1596 tv.tv_sec = (m_timeout / 1000);
1597 tv.tv_usec = (m_timeout % 1000) * 1000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsocket.h202 unsigned long m_timeout; // IO timeout value member in class:wxSocketBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dgsocket.c285 socket->m_timeout = 1*1000;
982 // socket->m_timeout = millisec;
1470 while( (now.hi * 4294967296.0 + now.lo) - (start.hi * 4294967296.0 + start.lo) < socket->m_timeout * 1000.0 )
1505 while( (now.hi * 4294967296.0 + now.lo) - (start.hi * 4294967296.0 + start.lo) < socket->m_timeout * 1000.0 )

Completed in 128 milliseconds