Home
last modified time | relevance | path

Searched refs:m_activeSockets (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dwebrequest_curl.cpp1105 m_activeSockets[curl] = s; in ProcessSocketCallback()
1214 CurlSocketMap::iterator it2 = m_activeSockets.find(curl); in StopActiveTransfer()
1216 if ( it2 != m_activeSockets.end() ) in StopActiveTransfer()
1238 CurlSocketMap::iterator it = m_activeSockets.find(curl); in RemoveActiveSocket()
1240 if ( it != m_activeSockets.end() ) in RemoveActiveSocket()
1242 m_activeSockets.erase(it); in RemoveActiveSocket()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/private/
H A Dwebrequest_curl.h181 CurlSocketMap m_activeSockets; variable