Searched refs:CreditStruct (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 DClientCredits.h37 class CreditStruct class
40 CreditStruct();
63 CClientCredits(CreditStruct* in_credits);
70 const CreditStruct* GetDataStruct() const {return m_pCredits;}
91 CreditStruct* m_pCredits;
H A DClientCredits.cpp33 CreditStruct::CreditStruct() function in class:CreditStruct
44 CClientCredits::CClientCredits(CreditStruct* in_credits)
56 m_pCredits = new CreditStruct();
H A DClientCreditsList.cpp123 CreditStruct* newcstruct = new CreditStruct();
195 const CreditStruct* const cstruct = cur_credit->GetDataStruct();
465 CreditStruct* newcstruct = new CreditStruct();
476 CreditStruct* newcstruct2 = new CreditStruct();
H A Damule-remote-gui.cpp1221 credits = new CClientCredits(new CreditStruct());
1394 CreditStruct *credit_struct =
1395 (CreditStruct *)client->credits->GetDataStruct();

Completed in 52 milliseconds