Home
last modified time | relevance | path

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

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DExternalConn.cpp2136 if ( !notifier_array ) {
2139 CECPacket *packet = GetNextPacket(notifier_array);
2156 ECUpdateMsgSource **notifier_array = i->second; local
2167 ECUpdateMsgSource **notifier_array = i->second; local
2182 ECUpdateMsgSource **notifier_array = i->second; local
2197 ECUpdateMsgSource **notifier_array = i->second; local
2207 ECUpdateMsgSource **notifier_array = i->second; local
2227 m_msg_source[sock] = notifier_array;
2238 delete notifier_array[i];
2240 delete [] notifier_array;
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DExternalConn.cpp2138 if ( !notifier_array ) {
2141 CECPacket *packet = GetNextPacket(notifier_array);
2158 ECUpdateMsgSource **notifier_array = i->second; local
2169 ECUpdateMsgSource **notifier_array = i->second; local
2184 ECUpdateMsgSource **notifier_array = i->second; local
2199 ECUpdateMsgSource **notifier_array = i->second; local
2209 ECUpdateMsgSource **notifier_array = i->second; local
2229 m_msg_source[sock] = notifier_array;
2240 delete notifier_array[i];
2242 delete [] notifier_array;
[all …]