Searched refs:tr_bencIsDict (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 Djson-test.c23 check( tr_bencIsDict( &top ) );
32 check( tr_bencIsDict( &top ) );
49 check( tr_bencIsDict( &top ) );
60 check( tr_bencIsDict( &top ) );
92 check( tr_bencIsDict( &top ) );
94 check( tr_bencIsDict( headers ) );
103 check( tr_bencIsDict( args ) );
127 check( !tr_bencIsDict( &top ) );
H A Dbencode.c54 return tr_bencIsList( val ) || tr_bencIsDict( val );
281 if( tr_bencIsDict( node ) && ( node->val.l.count % 2 ) )
381 if( tr_bencIsDict( val ) )
667 assert( tr_bencIsDict( b ) );
757 assert( tr_bencIsDict( dict ) );
950 assert( tr_bencIsDict( val ) );
1015 else if( tr_bencIsDict( val ) ) nodeInitDict( node, val, sort_dicts );
1453 if( tr_bencIsDict( val ) )
1502 else if( tr_bencIsDict( val ) )
1522 if( tr_bencIsDict( dic
[all...]
H A Djson.c50 else if( tr_bencIsDict( parent ) && data->key )
H A Dbencode.h232 static inline bool tr_bencIsDict ( const tr_benc * b ) { return tr_bencIsType( b, TR_TYPE_DICT ); } function
H A Dsession.c306 assert( tr_bencIsDict( d ) );
376 assert( tr_bencIsDict( d ) );
454 assert( tr_bencIsDict( d ) );
490 assert( tr_bencIsDict( clientSettings ) );
576 assert( tr_bencIsDict( clientSettings ) );
674 assert( tr_bencIsDict( clientSettings ) );
755 assert( tr_bencIsDict( settings ) );
H A Dannouncer-http.c227 if( benc_loaded && tr_bencIsDict( &benc ) )
H A Dbencode-test.c496 check( tr_bencIsDict( &top2 ) );
H A Dmetainfo.c206 if( !tr_bencIsDict( file ) )
H A Dpeer-msgs.c867 if( tr_bencLoad( tmp, len, &val, NULL ) || !tr_bencIsDict( &val ) )

Completed in 116 milliseconds