| /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 \
|
| /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...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/ |
| NewSessionTicket.pm | 24 $records, 35 $records, 47 $records, 58 $records, 72 $records, 84 $records,
|
| NextProto.pm | 24 $records, 36 $records,
|
| CertificateVerify.pm | 24 $records, 36 $records, 52 my $record = ${$self->records}[0];
|
| HelloVerifyRequest.pm | 27 $records, 39 $records,
|
| /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...] |
| /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...] |
| /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...] |
| /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...] |
| /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ |
| NextProto.pm | 20 $records, 28 $records,
|
| CertificateVerify.pm | 20 $records, 28 $records, 44 my $record = ${$self->records}[0];
|
| EncryptedExtensions.pm | 20 $records, 28 $records,
|
| NewSessionTicket.pm | 20 $records, 28 $records,
|
| /src/external/mpl/bind/dist/bin/tests/system/limits/ns1/ |
| 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];
|
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ASTTableGen.cpp | 1 //=== ASTTableGen.cpp - Helper functions for working with AST records -----===// 107 static void visitHierarchy(RecordKeeper &records, 111 if (!records.getClass(nodeClassName)) { 117 auto nodes = records.getAllDerivedDefinitions(nodeClassName); 138 void clang::tblgen::visitASTNodeHierarchyImpl(RecordKeeper &records, 141 visitHierarchy(records, nodeClassName, visit);
|
| ClangTypeNodesEmitter.cpp | 77 RecordKeeper &Records; 83 TypeNodeEmitter(RecordKeeper &records, raw_ostream &out) 84 : Records(records), Out(out), 85 Types(Records.getAllDerivedDefinitions(TypeNodeClassName)) { 105 PrintFatalError("no Type records in input!"); 140 visitASTNodeHierarchy<TypeNode>(Records, [&](TypeNode type, TypeNode base) { 206 void clang::EmitClangTypeNodes(RecordKeeper &records, raw_ostream &out) { 207 TypeNodeEmitter(records, out).emit();
|
| ClangASTPropertiesEmitter.cpp | 91 RecordKeeper &Records; 97 ASTPropsEmitter(RecordKeeper &records, raw_ostream &out) 98 : Out(out), Records(records) { 102 records.getAllDerivedDefinitions(PropertyClassName)) { 109 records.getAllDerivedDefinitions(CreationRuleClassName)) { 123 records.getAllDerivedDefinitions(OverrideRuleClassName)) { 137 records.getAllDerivedDefinitions(ReadHelperRuleClassName)) { 151 records.getAllDerivedDefinitions(PropertyTypeClassName)) { 161 records.getAllDerivedDefinitions(TypeKindClassName)) [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/ |
| dns_obj_rr.h | 275 * @param records 285 dns_obj_rrs_set_comparison_attributes(dns_objs_rr_any_t records, size_t rr_count, uint32_t original_ttl, uint8_t rrsig_labels); 292 * @param records 296 dns_obj_rrs_clear_comparison_attributes(dns_objs_rr_any_t records, size_t rr_count); 329 * Check if the resource records in the array come from the same RRSET. 331 * @param records 335 * The number of records in the array. 341 dns_obj_rrs_belong_to_one_rrset(dns_objs_rr_any_t records, size_t count);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-avr.h | 39 /* The name of the section into which the property records are stored. */ 42 /* The current version number for the format of the property records. */ 46 before the property records are written out. */ 100 /* The number of property records. This is stored as a 2-byte value in 104 /* The section from which the property records were loaded. This is the 105 actual section containing the records, not the section(s) to which the 106 records apply. */ 109 /* The actual property records. */ 110 struct avr_property_record *records; member in struct:avr_property_record_list 113 /* Load the property records from ABFD, return NULL if there are no [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-avr.h | 39 /* The name of the section into which the property records are stored. */ 42 /* The current version number for the format of the property records. */ 46 before the property records are written out. */ 100 /* The number of property records. This is stored as a 2-byte value in 104 /* The section from which the property records were loaded. This is the 105 actual section containing the records, not the section(s) to which the 106 records apply. */ 109 /* The actual property records. */ 110 struct avr_property_record *records; member in struct:avr_property_record_list 113 /* Load the property records from ABFD, return NULL if there are no [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-avr.h | 39 /* The name of the section into which the property records are stored. */ 42 /* The current version number for the format of the property records. */ 46 before the property records are written out. */ 100 /* The number of property records. This is stored as a 2-byte value in 104 /* The section from which the property records were loaded. This is the 105 actual section containing the records, not the section(s) to which the 106 records apply. */ 109 /* The actual property records. */ 110 struct avr_property_record *records; member in struct:avr_property_record_list 113 /* Load the property records from ABFD, return NULL if there are no [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-avr.h | 39 /* The name of the section into which the property records are stored. */ 42 /* The current version number for the format of the property records. */ 46 before the property records are written out. */ 100 /* The number of property records. This is stored as a 2-byte value in 104 /* The section from which the property records were loaded. This is the 105 actual section containing the records, not the section(s) to which the 106 records apply. */ 109 /* The actual property records. */ 110 struct avr_property_record *records; member in struct:avr_property_record_list 113 /* Load the property records from ABFD, return NULL if there are no [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| csv.d | 310 for iterating over records found in `input`. 388 The `Contents` of the input can be provided if all the records are the 395 auto records = text.csvReader!int; 396 assert(records.equal!equal([ 415 auto records = text.csvReader!Layout(';'); 416 assert(records.equal([ 430 auto records = text.csvReader!(string, Malformed.ignore); 431 auto record = records.front; 441 auto records = text.csvReader!int(["b"]); 443 assert(records.equal!equal( [all...] |