Searched refs:tr_msgLoggingIsActive (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 Dutils.h113 static inline bool tr_msgLoggingIsActive( tr_msg_level level ) function
125 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) \
131 if( tr_msgLoggingIsActive( TR_MSG_INF) ) \
137 if( tr_msgLoggingIsActive( TR_MSG_DBG) ) \
143 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) \
149 if( tr_msgLoggingIsActive( TR_MSG_INF ) ) \
155 if( tr_msgLoggingIsActive( TR_MSG_DBG ) ) \
161 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) \
167 if( tr_msgLoggingIsActive( TR_MSG_INF ) ) \
173 if( tr_msgLoggingIsActive( TR_MSG_DB
[all...]
H A Dcrypto.c86 if( tr_msgLoggingIsActive( TR_MSG_ERR ) ) { \

Completed in 168 milliseconds