Searched refs:tr_bencGetInt (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpc-test.c18 check( tr_bencGetInt( &top, &i ) );
24 check( tr_bencGetInt( &top, &i ) );
31 check( tr_bencGetInt( tr_bencListChild( &top, 0 ), &i ) );
33 check( tr_bencGetInt( tr_bencListChild( &top, 1 ), &i ) );
46 check( tr_bencGetInt( tr_bencListChild( &top, 0 ), &i ) );
48 check( tr_bencGetInt( tr_bencListChild( &top, 1 ), &i ) );
50 check( tr_bencGetInt( tr_bencListChild( &top, 2 ), &i ) );
52 check( tr_bencGetInt( tr_bencListChild( &top, 3 ), &i ) );
H A Djson-test.c107 check( tr_bencGetInt( tr_bencListChild( ids, 0 ), &i ) );
109 check( tr_bencGetInt( tr_bencListChild( ids, 1 ), &i ) );
H A Dbencode-test.c183 check( tr_bencGetInt( &val, &i ) );
193 check( tr_bencGetInt( &val.val.l.vals[0], &i ) );
195 check( tr_bencGetInt( &val.val.l.vals[1], &i ) );
197 check( tr_bencGetInt( &val.val.l.vals[2], &i ) );
H A Dresume.c188 if( tr_bencGetInt( tr_bencListChild( list, i ), &tmp ) && tmp )
253 if( tr_bencGetInt( tr_bencListChild( list, i ), &priority ) )
532 tr_bencGetInt( b, &t );
542 tr_bencGetInt( tr_bencListChild( b, 0 ), &offset );
547 tr_bencGetInt( tr_bencListChild( b, i+1 ), &t );
565 if( tr_bencGetInt( tr_bencListChild( l, fi ), &t ) )
H A Dbencode.h211 bool tr_bencGetInt( const tr_benc * val, int64_t * setme );
H A Drpcimpl.c139 if( tr_bencGetInt( node, &id ) )
814 if( tr_bencGetInt( tr_bencListChild( list, i ), &tmp ) ) {
852 if( tr_bencGetInt( tr_bencListChild( list, i ), &tmp ) ) {
987 if( tr_bencGetInt( pair[0], &pos )
1036 if( tr_bencGetInt( val, &pos )
1410 if( tr_bencGetInt( tr_bencListChild( list, i ), &intVal ) )
H A Dbencode.c450 tr_bencGetInt( const tr_benc * val, function
546 return tr_bencGetInt( tr_bencDictFind( dict, key ), setme );
1495 tr_bencGetInt( val, &intVal );
1578 tr_bencGetInt( val, &intVal );
H A Dmetainfo.c225 else if( tr_bencGetInt( length, &len ) ) /* single-file mode */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.cc154 if( tr_bencGetInt( b, &intVal ) )
178 if( tr_bencGetInt( b, &intVal ) )
H A Dtorrent-model.cc133 if( tr_bencGetInt( child, &intVal ) )
H A Dtorrent.cc472 if( tr_bencGetInt( child, &val ) )
493 if( tr_bencGetInt( child, &val ) )
507 if( tr_bencGetInt( child, &val ) && val )
H A Dsession.cc876 if( tr_bencGetInt( b, &val ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Dremote.c1093 && tr_bencGetInt( tr_bencListChild( priorities,
1095 && tr_bencGetInt( tr_bencListChild( wanteds,

Completed in 93 milliseconds