| /src/external/mpl/bind/dist/bin/tests/system/masterformat/ns4/ |
| compile.sh | 17 for zone in kasp-max-records-per-type \ 18 kasp-max-records-per-type-dnskey \
|
| compile.sh | 17 for zone in kasp-max-records-per-type \ 18 kasp-max-records-per-type-dnskey \
|
| /src/external/mit/libuv/dist/test/ |
| test-tty-duplicate-key.c | 81 BOOL is_wsl, INPUT_RECORD* records) { 82 # define KEV(I) records[(I)].Event.KeyEvent 87 records[0].EventType = records[1].EventType = KEY_EVENT; 140 INPUT_RECORD records[2]; local 181 make_key_event_records(VK_F1, 0, TRUE, records); 182 WriteConsoleInputW(handle, records, ARRAY_SIZE(records), &written); 183 ASSERT_EQ(written, ARRAY_SIZE(records)); 197 INPUT_RECORD records[2] local 253 INPUT_RECORD records[2]; local 319 INPUT_RECORD records[2]; local [all...] |
| test-tty-duplicate-key.c | 81 BOOL is_wsl, INPUT_RECORD* records) { 82 # define KEV(I) records[(I)].Event.KeyEvent 87 records[0].EventType = records[1].EventType = KEY_EVENT; 140 INPUT_RECORD records[2]; local 181 make_key_event_records(VK_F1, 0, TRUE, records); 182 WriteConsoleInputW(handle, records, ARRAY_SIZE(records), &written); 183 ASSERT_EQ(written, ARRAY_SIZE(records)); 197 INPUT_RECORD records[2] local 253 INPUT_RECORD records[2]; local 319 INPUT_RECORD records[2]; local [all...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/ |
| NewSessionTicket.pm | 24 $records, 35 $records, 47 $records, 58 $records, 72 $records, 84 $records,
|
| NewSessionTicket.pm | 24 $records, 35 $records, 47 $records, 58 $records, 72 $records, 84 $records,
|
| NextProto.pm | 24 $records, 36 $records,
|
| NextProto.pm | 24 $records, 36 $records,
|
| CertificateVerify.pm | 24 $records, 36 $records, 52 my $record = ${$self->records}[0];
|
| CertificateVerify.pm | 24 $records, 36 $records, 52 my $record = ${$self->records}[0];
|
| /src/external/public-domain/xz/dist/src/liblzma/common/ |
| index_hash.c | 25 /// Number of Records 28 /// Size of the List of Index Records as bytes 52 lzma_index_hash_info records; member in struct:lzma_index_hash_s 54 /// Number of Records not fully decoded 64 /// the List of Records. 87 index_hash->records.blocks_size = 0; 88 index_hash->records.uncompressed_size = 0; 89 index_hash->records.count = 0; 90 index_hash->records.index_list_size = 0; 98 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST) [all...] |
| index_hash.c | 25 /// Number of Records 28 /// Size of the List of Index Records as bytes 52 lzma_index_hash_info records; member in struct:lzma_index_hash_s 54 /// Number of Records not fully decoded 64 /// the List of Records. 87 index_hash->records.blocks_size = 0; 88 index_hash->records.uncompressed_size = 0; 89 index_hash->records.count = 0; 90 index_hash->records.index_list_size = 0; 98 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST) [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 70-test_sslrecords.t | 42 #Test 1: Injecting out of context empty records should fail 49 ok($fatal_alert, "Out of context empty records test"); 51 #Test 2: Injecting in context empty records should succeed 57 ok(TLSProxy::Message->success(), "In context empty records test"); 59 #Test 3: Injecting too many in context empty records should fail 62 #We allow 32 consecutive in context empty records 67 ok($fatal_alert, "Too many in context empty records test"); 78 ok($fatal_alert, "Fragmented alert records test"); 257 my $records = $proxy->record_list; 261 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10 [all...] |
| 70-test_sslrecords.t | 42 #Test 1: Injecting out of context empty records should fail 49 ok($fatal_alert, "Out of context empty records test"); 51 #Test 2: Injecting in context empty records should succeed 57 ok(TLSProxy::Message->success(), "In context empty records test"); 59 #Test 3: Injecting too many in context empty records should fail 62 #We allow 32 consecutive in context empty records 67 ok($fatal_alert, "Too many in context empty records test"); 78 ok($fatal_alert, "Fragmented alert records test"); 257 my $records = $proxy->record_list; 261 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 70-test_sslrecords.t | 42 #Test 1: Injecting out of context empty records should fail 48 ok($fatal_alert, "Out of context empty records test"); 50 #Test 2: Injecting in context empty records should succeed 55 ok(TLSProxy::Message->success(), "In context empty records test"); 57 #Test 3: Injecting too many in context empty records should fail 60 #We allow 32 consecutive in context empty records 64 ok($fatal_alert, "Too many in context empty records test"); 74 ok($fatal_alert, "Fragmented alert records test"); 235 my $records = $proxy->record_list; 239 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10 [all...] |
| 70-test_sslrecords.t | 42 #Test 1: Injecting out of context empty records should fail 48 ok($fatal_alert, "Out of context empty records test"); 50 #Test 2: Injecting in context empty records should succeed 55 ok(TLSProxy::Message->success(), "In context empty records test"); 57 #Test 3: Injecting too many in context empty records should fail 60 #We allow 32 consecutive in context empty records 64 ok($fatal_alert, "Too many in context empty records test"); 74 ok($fatal_alert, "Fragmented alert records test"); 235 my $records = $proxy->record_list; 239 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10 [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 70-test_sslrecords.t | 74 #Test 1: Injecting out of context empty records should fail 82 ok($fatal_alert, "Out of context empty records test"); 88 #Test 2: Injecting in context empty records should succeed 104 "In context empty records test".($run_test_as_dtls == 1) ? " for DTLS" : " for TLS"); 108 #Test 3: Injecting too many in context empty records should fail 111 #We allow 32 consecutive in context empty records 116 ok($fatal_alert, "Too many in context empty records test"); 127 ok($fatal_alert, "Fragmented alert records test"); 328 # records. The server should be sending a record version of 0x303 342 #Test 22: We should ignore empty app data records [all...] |
| 70-test_sslrecords.t | 74 #Test 1: Injecting out of context empty records should fail 82 ok($fatal_alert, "Out of context empty records test"); 88 #Test 2: Injecting in context empty records should succeed 104 "In context empty records test".($run_test_as_dtls == 1) ? " for DTLS" : " for TLS"); 108 #Test 3: Injecting too many in context empty records should fail 111 #We allow 32 consecutive in context empty records 116 ok($fatal_alert, "Too many in context empty records test"); 127 ok($fatal_alert, "Fragmented alert records test"); 328 # records. The server should be sending a record version of 0x303 342 #Test 22: We should ignore empty app data records [all...] |
| /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ |
| NextProto.pm | 20 $records, 28 $records,
|
| NextProto.pm | 20 $records, 28 $records,
|
| CertificateVerify.pm | 20 $records, 28 $records, 44 my $record = ${$self->records}[0];
|
| CertificateVerify.pm | 20 $records, 28 $records, 44 my $record = ${$self->records}[0];
|
| /src/external/mpl/bind/dist/bin/tests/system/limits/ns1/ |
| named.conf.j2 | 26 max-records-per-type 0;
|
| named.conf.j2 | 26 max-records-per-type 0;
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/ |
| CertificateVerify.pm | 20 $records, 28 $records, 44 my $record = ${$self->records}[0];
|