Searched refs:tr_torrentSetLocalError (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dinout.c216 tr_torrentSetLocalError( tor, "%s (%s)", tr_strerror( err ), path );
H A Dtorrent.h115 void tr_torrentSetLocalError( tr_torrent * tor, const char * fmt, ... ) TR_GNUC_PRINTF( 2, 3 );
H A Dtorrent-magnet.c273 tr_torrentSetLocalError( tor, "%s", _( "Magnet torrent's metadata is not usable" ) );
H A Dresume.c663 tr_torrentSetLocalError( tor, "Unable to save resume file: %s", tr_strerror( err ) );
H A Dtorrent.c474 tr_torrentSetLocalError( tr_torrent * tor, const char * fmt, ... ) function
785 //tr_torrentSetLocalError( tor, "%s", _( "No data found! Ensure your drives are connected or use \"Set Location\". To re-download, remove the torrent and re-add it." ) );
900 tr_torrentSetLocalError( tor, "Unable to save torrent file: %s", tr_strerror( err ) );
H A Dpeer-msgs.c1896 tr_torrentSetLocalError( msgs->torrent, _( "Please Verify Local Data! Piece #%zu is corrupt." ), (size_t)req.index );

Completed in 128 milliseconds