Searched refs:rstrKeyword (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/utils/fileview/
H A DKadFiles.cpp53 void KadGetKeywordHash(const wxString& rstrKeyword, Kademlia::CUInt128* pKadID) argument
62 // This should be safe - we assume rstrKeyword is ANSI anyway.
63 Unicode2CharBuf ansi_buffer(unicode2UTF8(rstrKeyword));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFileList.cpp64 CPublishKeyword(const wxString& rstrKeyword) argument
66 m_strKeyword = rstrKeyword;
68 //ASSERT( rstrKeyword.GetLength() >= 3 );
69 wxASSERT( !rstrKeyword.IsEmpty() );
70 KadGetKeywordHash(rstrKeyword, &m_nKadID);
158 CPublishKeyword* FindKeyword(const wxString& rstrKeyword, CKeyWordList::iterator* ppos = NULL);
188 CPublishKeyword* CPublishKeywordList::FindKeyword(const wxString& rstrKeyword, CKeyWordList::iterator* ppos) argument
193 if (pPubKw->GetKeyword() == rstrKeyword) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DKademlia.h138 void KadGetKeywordHash(const wxString& rstrKeyword, Kademlia::CUInt128* pKadID);
H A DKademlia.cpp496 void KadGetKeywordHash(const wxString& rstrKeyword, Kademlia::CUInt128* pKadID) argument
506 // This should be safe - we assume rstrKeyword is ANSI anyway.
507 char* ansi_buffer = strdup(unicode2UTF8(rstrKeyword));

Completed in 32 milliseconds