Home
last modified time | relevance | path

Searched refs:records (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslrecords.t354 my $records = $proxy->record_list;
359 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…
392 push @{$records}, $record;
399 my $records = $proxy->record_list;
404 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…
434 push @{$records}, $record;
449 push @{$records}, $record;
602 my $records = $proxy->record_list;
611 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…
621 @{$records}[-1]->version(),
[all …]
/freebsd/contrib/xz/src/liblzma/common/
H A Dindex_hash.c51 lzma_index_hash_info records; member
86 index_hash->records.blocks_size = 0; in lzma_index_hash_init()
87 index_hash->records.uncompressed_size = 0; in lzma_index_hash_init()
88 index_hash->records.count = 0; in lzma_index_hash_init()
89 index_hash->records.index_list_size = 0; in lzma_index_hash_init()
97 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST); in lzma_index_hash_init()
240 hash_append(&index_hash->records, in lzma_index_hash_decode()
251 < index_hash->records.blocks_size in lzma_index_hash_decode()
253 < index_hash->records.uncompressed_size in lzma_index_hash_decode()
255 < index_hash->records.index_list_size) in lzma_index_hash_decode()
[all …]
H A Dindex.c102 index_record records[]; member
431 lzma_index_prealloc(lzma_index *i, lzma_vli records) in lzma_index_prealloc() argument
433 if (records > PREALLOC_MAX) in lzma_index_prealloc()
434 records = PREALLOC_MAX; in lzma_index_prealloc()
453 if (records == 0) in lzma_index_prealloc()
454 records = INDEX_GROUP_SIZE; in lzma_index_prealloc()
456 i->prealloc = (size_t)(records); in lzma_index_prealloc()
585 g == NULL ? 0 : g->records[g->last].unpadded_sum, in lzma_index_file_size()
673 : vli_ceil4(g->records[g->last].unpadded_sum); in lzma_index_append()
675 : g->records[g->last].uncompressed_sum; in lzma_index_append()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.MultiAggPrinta.ksh.out1 …low = null, records = [org.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.d…
5 …d[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = , id = 1, records = [org.opensolari…
7 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, records = [org.opensolari…
13records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
21 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar…
23 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar…
25 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, records = [org.opensolari…
27records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
33records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
39records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris…
[all …]
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DNewSessionTicket.pm24 $records,
35 $records,
47 $records,
58 $records,
72 $records,
84 $records,
H A DCertificateVerify.pm24 $records,
36 $records,
52 my $record = ${$self->records}[0];
H A DMessage.pm534 $records,
542 records => $records,
571 my $numrecs = $#{$self->records};
593 my ($rec) = @{$self->records};
658 foreach my $rec (@{$self->records}) {
731 sub records subroutine
735 $self->{records} = shift;
737 return $self->{records};
H A DNextProto.pm24 $records,
36 $records,
H A DServerKeyExchange.pm24 $records,
36 $records,
77 my $record = ${$self->records}[0];
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp96 ASTPropsEmitter(const RecordKeeper &records, raw_ostream &out) in ASTPropsEmitter() argument
97 : Out(out), Records(records) { in ASTPropsEmitter()
101 records.getAllDerivedDefinitions(PropertyClassName)) { in ASTPropsEmitter()
108 records.getAllDerivedDefinitions(CreationRuleClassName)) { in ASTPropsEmitter()
121 records.getAllDerivedDefinitions(OverrideRuleClassName)) { in ASTPropsEmitter()
135 records.getAllDerivedDefinitions(ReadHelperRuleClassName)) { in ASTPropsEmitter()
149 records.getAllDerivedDefinitions(PropertyTypeClassName)) { in ASTPropsEmitter()
160 records.getAllDerivedDefinitions(TypeKindClassName)) { in ASTPropsEmitter()
172 records.getAllDerivedDefinitions(TypeCaseClassName)) { in ASTPropsEmitter()
587 static void emitASTReader(const RecordKeeper &records, raw_ostream &out, in emitASTReader() argument
[all …]
H A DASTTableGen.cpp108 static void visitHierarchy(const RecordKeeper &records, StringRef nodeClassName, in visitHierarchy() argument
111 if (!records.getClass(nodeClassName)) { in visitHierarchy()
119 for (ASTNode node : records.getAllDerivedDefinitions(nodeClassName)) { in visitHierarchy()
136 const RecordKeeper &records, StringRef nodeClassName, in visitASTNodeHierarchyImpl() argument
138 visitHierarchy(records, nodeClassName, visit); in visitASTNodeHierarchyImpl()
H A DClangTypeNodesEmitter.cpp81 TypeNodeEmitter(const RecordKeeper &records, raw_ostream &out) in TypeNodeEmitter() argument
82 : Records(records), Out(out), in TypeNodeEmitter()
203 void clang::EmitClangTypeNodes(const RecordKeeper &records, raw_ostream &out) { in EmitClangTypeNodes() argument
204 TypeNodeEmitter(records, out).emit(); in EmitClangTypeNodes()
/freebsd/sys/dev/hwt/
H A Dhwt_record.c137 TAILQ_INSERT_TAIL(&ctx->records, entry, next); in hwt_record_ctx()
163 TAILQ_INSERT_TAIL(&ctx->records, entry, next); in hwt_record_td()
202 if (TAILQ_FIRST(&ctx->records) == NULL) { in hwt_record_grab()
211 entry = TAILQ_FIRST(&ctx->records); in hwt_record_grab()
213 TAILQ_REMOVE_HEAD(&ctx->records, next); in hwt_record_grab()
232 entry = TAILQ_FIRST(&ctx->records); in hwt_record_free_all()
234 TAILQ_REMOVE_HEAD(&ctx->records, next); in hwt_record_free_all()
266 error = copyout(user_entry, record_get->records, in hwt_record_send()
292 TAILQ_INSERT_HEAD(&ctx->records, entry, next); in hwt_record_kernel_objects()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java74 List <Record> records = data.getRecords(); in probeDataString() local
78 for (int i = 0; i < records.size(); ++i) { in probeDataString()
82 record = records.get(i); in probeDataString()
115 List <Record> records = data.getRecords(); in main()
116 for (Record r : records) { in main()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c124 nvlist_t ***records, uint_t *numrecords) in zpool_history_unpack() argument
150 tmp = realloc(*records, in zpool_history_unpack()
157 *records = tmp; in zpool_history_unpack()
159 (*records)[*numrecords - 1] = nv; in zpool_history_unpack()
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch11 +This forces the dropping of all AAAA records, unless in the case of
12 +explicit AAAA queries, when no A records have been confirmed.
28 + * ASN: Lookup A records from rrset cache.
40 + /* get cached A records for queried name */
82 + /* ASN: For AAAA records only... */
85 + * records, no questions asked. If this IS a AAAA query
86 + * then remove AAAA records if we have an A record.
127 + * purpose of caching A records for the queried name.
160 + "preloading records in cache for",
177 + /* ASN: If we have a AAAA query, then also query for A records */
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-sflow.c103 nd_uint32_t records; member
118 nd_uint32_t records; member
204 nd_uint32_t records; member
211 nd_uint32_t records; member
481 const u_char *pointer, u_int len, u_int records) in sflow_print_counter_records() argument
491 nrecords = records; in sflow_print_counter_records()
569 nrecords = GET_BE_U_4(sflow_counter_sample->records); in sflow_print_counter_sample()
595 nrecords = GET_BE_U_4(sflow_expanded_counter_sample->records); in sflow_print_expanded_counter_sample()
670 const u_char *pointer, u_int len, u_int records) in sflow_print_flow_records() argument
680 nrecords = records; in sflow_print_flow_records()
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dpft_read_ipfix.py44 for r in datafl.records:
51 for r in datafl.records:
56 for r in datafl.records:
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod74 TLSA records that apply to the remote TLS peer.
81 A return value of 0 indicates that "unusable" TLSA records (with invalid or
87 is encountered in processing some records.
89 If no TLSA records are added successfully, DANE authentication is not enabled,
111 If no TLSA records directly matched any elements of the certificate chain, but
147 DANE-EE(3) TLSA records.
155 DANE-EE(3) TLSA records, and can be disabled in applications where it is safe
158 records already make it possible for a remote domain to redirect client
187 DNSSEC-validated TLSA records.
258 * Opportunistic DANE clients use unauthenticated TLS when all TLSA records
[all …]
/freebsd/lib/libc/db/
H A Dchangelog5 recno: Rework fixed-length records so that closing and reopening
6 the file now works. Pad short records on input. Never do
45 Create fixed-length intermediate records past "end" of DB
47 Realloc bug when reading in fixed records.
54 btree: If enough duplicate records were inserted and then deleted
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Ddnssrv.c130 PDNS_RECORD records, rr; in krb5int_make_srv_query_realm() local
141 st = DnsQuery_UTF8(name, DNS_TYPE_SRV, DNS_QUERY_STANDARD, NULL, &records, in krb5int_make_srv_query_realm()
152 for (rr = records; rr != NULL; rr = rr->pNext) { in krb5int_make_srv_query_realm()
176 if (records != NULL) in krb5int_make_srv_query_realm()
177 DnsRecordListFree(records, DnsFreeRecordList); in krb5int_make_srv_query_realm()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db225 recno: Rework fixed-length records so that closing and reopening
26 the file now works. Pad short records on input. Never do
65 Create fixed-length intermediate records past "end" of DB
67 Realloc bug when reading in fixed records.
74 btree: If enough duplicate records were inserted and then deleted
/freebsd/contrib/file/magic/Magdir/
H A Dclarion17 # number of records
18 >5 lelong x \b, %d records
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dvendstat.c199 is3_config_space_t *cs, unsigned records) in do_config_space_records() argument
203 if (records > 18) in do_config_space_records()
204 records = 18; in do_config_space_records()
205 for (i = 0; i < records; i++) { in do_config_space_records()
213 IB_MLX_IS3_CONFIG_SPACE_ACCESS, 2 << 22 | records << 16, in do_config_space_records()
218 for (i = 0; i < records; i++) { in do_config_space_records()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def59 // Member type records. These are generally not length prefixed, and appear
77 // ID leaf records. Subsequent leaf types may be referenced from .debug$S.
92 // 16 bit type records.
167 // Member type records. These are generally not length prefixed, and appear
196 // ID leaf records. Subsequent leaf types may be referenced from .debug$S.
198 // Numeric leaf types. These are generally contained in other records, and not

12345678910