Home
last modified time | relevance | path

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

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DOtherFunctions.cpp344 wxString Base32Buff; in ObserverAdded()
365 Base32Buff += (char) base32Chars[word]; in ObserverAdded()
368 return Base32Buff; in ObserverAdded()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DOtherFunctions.cpp347 wxString Base32Buff; in EncodeBase32() local
368 Base32Buff += (char) base32Chars[word]; in EncodeBase32()
371 return Base32Buff; in EncodeBase32()