Searched refs:tr_torrentName (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.h144 tr_msg( __FILE__, __LINE__, TR_MSG_ERR, tr_torrentName( tor ), __VA_ARGS__ ); \
150 tr_msg( __FILE__, __LINE__, TR_MSG_INF, tr_torrentName( tor ), __VA_ARGS__ ); \
156 tr_msg( __FILE__, __LINE__, TR_MSG_DBG, tr_torrentName( tor ), __VA_ARGS__ ); \
H A Dtorrent-magnet.c33 tr_deepLog( __FILE__, __LINE__, tr_torrentName( tor ), __VA_ARGS__ ); \
H A Dtorrent.c65 tr_deepLog( __FILE__, __LINE__, tr_torrentName( tor ), __VA_ARGS__ ); \
73 tr_torrentName( const tr_torrent * tor ) function
2012 tr_strdup_printf( "TR_TORRENT_NAME=%s", tr_torrentName( tor ) ),
2770 base = tr_strdup_printf( "%s__XXXXXX", tr_torrentName( tor ) );
2919 tr_torrentName(tor), tor->currentDir, location );
H A Dhandshake.c835 tr_torrentName( tor ) );
H A Dtransmission.h1211 const char* tr_torrentName( const tr_torrent * );
H A Dannouncer.c363 ( tier && tier->tor ) ? tr_torrentName( tier->tor ) : "?",
H A Dpeer-mgr.c240 tr_deepLog( __FILE__, __LINE__, tr_torrentName( t->tor ), __VA_ARGS__ ); \
4094 tr_torrentName( c->tor ),
H A Dpeer-msgs.c246 tr_torrentName( msgs->torrent ),
H A Drpcimpl.c629 tr_bencDictAddStr( d, key, tr_torrentName( tor ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Drelocate.c62 str = g_strdup_printf( _( "Moving \"%s\"" ), tr_torrentName( tor ) );
H A Dnotify.c229 tr_torrentName( tor ),
H A Dtorrent-cell-renderer.c402 name = tr_torrentName( tor );
453 name = tr_torrentName( tor );
598 name = tr_torrentName( tor );
678 name = tr_torrentName( tor );
H A Dtr-core.c836 const char * name = tr_torrentName( tor );
962 gtr_notify_torrent_added( tr_torrentName( tor ) );
1763 char * path = g_build_filename( currentDir, tr_torrentName( tor ), NULL );
H A Ddetails.c1284 initPeerRow( store, &iter, key, tr_torrentName( tor ), s );
2019 const char * summary_name = n>1 ? tr_torrentName( tor ) : NULL;
2192 g_string_append_printf( gstr, _( "%s - Edit Trackers" ), tr_torrentName( tor ) );
2302 g_string_append_printf( gstr, _( "%s - Add Tracker" ), tr_torrentName( tor ) );
H A Dfile-list.c530 root_data->name = g_strdup( tr_torrentName( tor ) );
H A Dfilter.c848 char * pch = g_utf8_casefold( tr_torrentName( tor ), -1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/cli/
H A Dcli.c163 fprintf(fp,"file_name=%s\n", tr_torrentName(tor));

Completed in 280 milliseconds