Searched refs:TR_TYPE_STR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbencode.h42 TR_TYPE_STR = 2, enumerator in enum:__anon7322
234 static inline bool tr_bencIsString( const tr_benc * b ) { return tr_bencIsType( b, TR_TYPE_STR ); }
H A Dbencode.c205 && ( type != TR_TYPE_STR )
302 node = getNode( top, parentStack, TR_TYPE_STR );
389 if( ( child->type == TR_TYPE_STR )
593 tr_bencInit( val, TR_TYPE_STR );
598 * don't know whether or not a TR_TYPE_STR node needs a '\0'.
1087 case TR_TYPE_STR:

Completed in 50 milliseconds