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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h314 // md4cmp -- replacement for memcmp(hash1,hash2,16)
317 inline int md4cmp(const void* hash1, const void* hash2) function
H A DClientUDPSocket.cpp151 if (!md4cmp(packet, buddy->GetBuddyID())) {
H A DUploadClient.cpp180 if (md4cmp(last_done_block->FileID, next_requested_block->FileID) != 0) {
H A DDownloadClient.cpp575 if ((!m_reqfile) || md4cmp(packet,m_reqfile->GetFileHash().GetHash())) {

Completed in 178 milliseconds