Searched refs:addme (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Ddbus-adaptor.cc33 AddData addme( key );
35 if( addme.type != addme.NONE )
36 myApp->addTorrent( addme );
H A Dapp.cc401 const AddData addme( key );
403 if( addme.type != addme.NONE )
404 addTorrent( addme );
408 MyApp :: addTorrent( const AddData& addme )
412 mySession->addTorrent( addme );
414 else if( addme.type == addme.URL )
416 myWindow->openURL( addme.url.toString( ) );
418 else if( addme
474 QStringList addme; local
[all...]
H A Doptions.h64 Options( Session& session, const Prefs& prefs, const AddData& addme, QWidget * parent = 0 );
H A Dsession.h119 void addTorrent( const AddData& addme );
H A Doptions.cc82 Options :: Options( Session& session, const Prefs& prefs, const AddData& addme, QWidget * parent ): argument
85 myAdd( addme ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c3805 addValToKey( uint64_t value, int width, uint64_t addme )
3808 value |= addme;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit301.c9650 GetOEMTVPtr661_2_GEN(struct SiS_Private *SiS_Pr, int addme) argument
9667 index += addme;

Completed in 222 milliseconds