Searched refs:bad3 (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | dubious-bitwise-with-not.c | 6 static unsigned int bad3 = 1 & !2; variable
|
H A D | nested-declarator2.c | 27 static void [2](*bad3); variable
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 9925 unsigned char bad3[] = { 0x03, 'b', 'a', 'd', 0x01, 'b', 'a', 'd'}; in test_set_alpn() local 9948 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn() 9971 if (!TEST_true(SSL_set_alpn_protos(ssl, bad3, sizeof(bad3)))) in test_set_alpn()
|
Completed in 13 milliseconds