Searched refs:tr_bencParseInt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbencode-test.c30 err = tr_bencParseInt( buf, buf + 4, &end, &val );
38 err = tr_bencParseInt( buf, buf + 3, &end, &val );
44 err = tr_bencParseInt( buf, buf + 0, &end, &val );
51 err = tr_bencParseInt( buf, buf + 5, &end, &val );
58 err = tr_bencParseInt( buf, buf + 4, &end, &val );
65 err = tr_bencParseInt( buf, buf + 4, &end, &val );
74 err = tr_bencParseInt( buf, buf + 4, &end, &val );
H A Dbencode.h239 int tr_bencParseInt( const uint8_t * buf,
H A Dbencode.c88 tr_bencParseInt( const uint8_t * buf, function
242 if( ( err = tr_bencParseInt( buf, bufend, &end, &val ) ) )

Completed in 21 milliseconds