• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/

Lines Matching refs:check

41     check( out == NULL );
79 check( count1 == count2 );
99 check( tr_bitfieldHas( &field, i ) == ( !( i % 7 ) ) );
104 check( tr_bitfieldHas( &field, i ) );
109 check( tr_bitfieldHas( &field, i ) == ( ( i < 4 ) || ( i >= 21 ) ) );
115 check( tr_bitfieldHas( &field, i ) == ( ( i < 8 ) || ( i >= 24 ) ) );
121 check( tr_bitfieldHas( &field, i ) == ( ( i < 4 ) || ( i >= 5 ) ) );
127 check( tr_bitfieldHas( &field, i ) == ( ( 4 <= i ) && ( i < 21 ) ) );
133 check( tr_bitfieldHas( &field, i ) == ( ( 8 <= i ) && ( i < 24 ) ) );
139 check( tr_bitfieldHas( &field, i ) == ( ( 4 <= i ) && ( i < 5 ) ) );
173 check( in == out );
180 check( in == out );
187 check( in == out );
229 check( out != NULL );
230 check( ( strlen( out ) == 17 ) || ( strlen( out ) == 32 ) );
231 check( tr_utf8_validate( out, -1, NULL ) );
237 check( out != NULL );
238 check( tr_utf8_validate( out, -1, NULL ) );
263 check( count == 7 );
264 check( numbers != NULL );
271 check( numbers == NULL );
275 check( numbers == NULL );
279 check( numbers == NULL );
327 check( tr_memmem( haystack, sizeof haystack, haystack, sizeof haystack) == haystack );
328 check( tr_memmem( haystack, sizeof haystack, needle, sizeof needle) == haystack + 2 );
329 check( tr_memmem( needle, sizeof needle, haystack, sizeof haystack) == NULL );
383 check( !tr_urlParse( url, -1, &scheme, &host, &port, &path ) );
393 check( !tr_urlParse( url, -1, &scheme, &host, &port, &path ) );
403 check( !tr_urlParse( url, -1, &scheme, &host, &port, &path ) );
448 check( strstr( buf, "nan" ) != NULL );
462 check( val >= 0 );
463 check( val < 100 );