Searched refs:tr_bencGetStr (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpc-test.c39 check( tr_bencGetStr( &top, &str ) );
H A Dmetainfo.c162 if( tr_bencGetStr( tr_bencListChild( path, i ), &str ) )
308 if( tr_bencGetStr( tr_bencListChild( tier, j ), &str ) )
413 if( tr_bencGetStr( tr_bencListChild( urls, i ), &url ) )
H A Dbencode.h215 bool tr_bencGetStr( const tr_benc * val, const char ** setme );
H A Dbencode.c469 tr_bencGetStr( const tr_benc * val, const char ** setme ) function
505 if( !success && tr_bencGetStr( val, &str ) )
564 return tr_bencGetStr( tr_bencDictFind( dict, key ), setme );
1539 if(( success = tr_bencGetStr( k, key ) && isSomething( v )))
H A Drpcimpl.c141 else if( tr_bencGetStr( node, &str ) )
751 if( tr_bencGetStr( tr_bencListChild( fields, i ), &str ) )
944 if( tr_bencGetStr( val, &announce )
988 && tr_bencGetStr( pair[1], &newval )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/utils/
H A Dedit.c102 if( tr_bencGetStr( node, &str ) && !strcmp( str, url ) )
135 if( tr_bencGetStr( node, &str ) ) {
192 if( tr_bencGetStr( node, &str ) && strstr( str, in ) )
218 if( tr_bencGetStr( node, &str ) && !strcmp( str, url ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.cc158 if( tr_bencGetStr( b, &str ) )
162 if( tr_bencGetStr( b, &str ) )
166 if( tr_bencGetStr( b, &str ) )
H A Dsession.cc860 if( tr_bencGetStr( b, &val ) )
896 if( tr_bencGetStr( b, &val ) )
H A Dtorrent.cc486 if( tr_bencGetStr( child, &val ) )

Completed in 54 milliseconds