Searched refs:TR_TYPE_BOOL (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.h45 TR_TYPE_BOOL = 16, enumerator in enum:__anon7322
235 static inline bool tr_bencIsBool ( const tr_benc * b ) { return tr_bencIsType( b, TR_TYPE_BOOL ); }
H A Dbencode.c625 tr_bencInit( b, TR_TYPE_BOOL );
804 tr_benc * child = dictFindOrAdd( dict, key, TR_TYPE_BOOL );
1079 case TR_TYPE_BOOL:

Completed in 203 milliseconds