Searched refs:tr_torrentParse (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dmetainfo-test.c23 parse_result = tr_torrentParse (ctor, &inf);
H A Dtransmission.h964 - Simplifies the API to two functions: tr_torrentParse() and tr_torrentNew()
996 tr_torrentNew(), but you can use NULL for tr_torrentParse().
997 @see tr_torrentNew(), tr_torrentParse() */
1118 * 1. tr_torrentParse() won't be able to check for duplicates -- and therefore
1125 tr_parse_result tr_torrentParse( const tr_ctor * ctor,
1129 @see tr_torrentParse */
H A Dsession.c2396 if( !tr_torrentParse( ctor, &inf ) )
H A Dtorrent.c962 tr_torrentParse( const tr_ctor * ctor, tr_info * setmeInfo ) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dadd-data.cc98 if( tr_torrentParse( ctor, &inf ) == TR_PARSE_OK ) {
H A Dwatchdir.cc52 const int err = tr_torrentParse( ctor, &inf );
H A Doptions.cc279 const int err = tr_torrentParse( ctor, &myInfo );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/utils/
H A Dshow.c324 err = tr_torrentParse( ctor, &inf );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/cli/
H A Dcli.c392 if( !tr_torrentParse( ctor, &info ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.c1005 int err = tr_torrentParse( ctor, &inf );

Completed in 194 milliseconds