Searched refs:matching_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp243 FormatCategoryItems *matching_type) {
256 if (matching_type)
257 *matching_type = eFormatCategoryItemValue;
266 if (matching_type)
267 *matching_type = eFormatCategoryItemRegexValue;
276 if (matching_type)
277 *matching_type = eFormatCategoryItemSummary;
286 if (matching_type)
287 *matching_type = eFormatCategoryItemRegexSummary;
296 if (matching_type)
240 AnyMatches(ConstString type_name, FormatCategoryItems items, bool only_enabled, const char **matching_category, FormatCategoryItems *matching_type) argument
[all...]
H A DDataVisualization.cpp72 TypeCategoryImpl::FormatCategoryItems *matching_type) {
74 matching_category, matching_type);
69 AnyMatches( ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char **matching_category, TypeCategoryImpl::FormatCategoryItems *matching_type) argument
H A DTypeCategoryMap.cpp160 TypeCategoryImpl::FormatCategoryItems *matching_type) {
166 matching_category, matching_type))
157 AnyMatches( ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char **matching_category, TypeCategoryImpl::FormatCategoryItems *matching_type) argument
/freebsd-11-stable/contrib/ldns/ldns/
H A Ddane.h121 * the selector and encoded using matching_type.
126 * \param[in] matching_type The full data or the SHA256 or SHA512 hash
132 ldns_tlsa_matching_type matching_type);
176 * \param[in] matching_type The value for the Matching Type field
184 ldns_tlsa_matching_type matching_type,
/freebsd-11-stable/contrib/ldns/
H A Ddane.c79 ldns_tlsa_matching_type matching_type)
117 switch(matching_type) {
457 ldns_tlsa_matching_type matching_type,
485 rdf = ldns_native2rdf_int8(LDNS_RDF_TYPE_INT8, (uint8_t)matching_type);
491 s = ldns_dane_cert2rdf(&rdf, cert, selector, matching_type);
538 /* Return whether cert/selector/matching_type matches data.
542 ldns_tlsa_matching_type matching_type, ldns_rdf* data)
547 s = ldns_dane_cert2rdf(&match_data, cert, selector, matching_type);
558 /* Return whether any certificate from the chain with selector/matching_type
565 ldns_tlsa_matching_type matching_type,
77 ldns_dane_cert2rdf(ldns_rdf** rdf, X509* cert, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type) argument
454 ldns_dane_create_tlsa_rr(ldns_rr** tlsa, ldns_tlsa_certificate_usage certificate_usage, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type, X509* cert) argument
541 ldns_dane_match_cert_with_data(X509* cert, ldns_tlsa_selector selector, ldns_tlsa_matching_type matching_type, ldns_rdf* data) argument
607 ldns_tlsa_matching_type matching_type; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h59 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
H A DTypeCategoryMap.h76 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
H A DFormatManager.h135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {
137 matching_category, matching_type);
H A DTypeCategory.h316 FormatCategoryItems *matching_type = nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2471 Type *matching_type = ResolveType(die, true, true); local
2472 if (matching_type) {
2475 types.InsertUnique(matching_type->shared_from_this());
2552 if (Type *matching_type = ResolveType(die, true, true)) {
2555 types.InsertUnique(matching_type->shared_from_this());

Completed in 81 milliseconds