Searched refs:tr_bencLoad (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dannouncer-http.c210 const int benc_loaded = !tr_bencLoad( msg, msglen, &benc, NULL );
364 const int benc_loaded = !tr_bencLoad( msg, msglen, &top, NULL );
H A Dbencode.h91 int tr_bencLoad( const void * buf,
H A Dtorrent-ctor.c95 err = tr_bencLoad( metainfo, len, &ctor->metainfo, NULL );
H A Dtorrent-magnet.c247 const int err = tr_bencLoad( m->metadata, m->metadata_size, &infoDict, NULL );
H A Dbencode-test.c308 tr_bencLoad( benc_str, strlen( benc_str ), &top, NULL );
H A Dpeer-msgs.c867 if( tr_bencLoad( tmp, len, &val, NULL ) || !tr_bencIsDict( &val ) )
965 if( !tr_bencLoad( tmp, msglen, &dict, &benc_end ) )
1041 && ( ( loaded = !tr_bencLoad( tmp, msglen, &val, NULL ) ) ) )
H A Dbencode.c75 **** tr_bencLoad()
345 tr_bencLoad( const void * buf_in, function
1769 err = tr_bencLoad( content, contentLen, setme, NULL );
H A Drpc-server.c263 else if( !tr_bencLoad( body, body_len, &test, NULL ) )

Completed in 135 milliseconds