Searched refs:attr_value (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | XML.cpp | 137 std::string attr_value; in GetAttributeValue() local 142 attr_value = (const char *)value; in GetAttributeValue() 147 attr_value = fail_value; in GetAttributeValue() 151 attr_value = fail_value; in GetAttributeValue() 153 return attr_value; in GetAttributeValue() 197 llvm::StringRef attr_value; in ForEachAttribute() local 199 attr_value = llvm::StringRef((const char *)child->content); in ForEachAttribute() 200 if (!callback(llvm::StringRef((const char *)attr->name), attr_value)) in ForEachAttribute()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x_ietfatt.c | 213 void *attr_value = OSSL_IETF_ATTR_SYNTAX_get0_value(a, i, &ietf_type); in OSSL_IETF_ATTR_SYNTAX_print() 215 if (attr_value == NULL) in OSSL_IETF_ATTR_SYNTAX_print() local 223 OBJ_obj2txt(oidstr, sizeof(oidstr), attr_value, 0); in OSSL_IETF_ATTR_SYNTAX_print() 228 ASN1_STRING_print(bp, attr_value); in OSSL_IETF_ATTR_SYNTAX_print()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 33 AttributeValue attr_value = {const_cast<DWARFUnit *>(form_value.GetUnit()), in Append() 36 m_infos.push_back(attr_value); in Append() 32 AttributeValue attr_value = {const_cast<DWARFUnit *>(form_value.GetUnit()), Append() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4205 const llvm::StringRef &attr_value) { in ParseEnumEvalues() argument 4207 if (attr_value.size()) in ParseEnumEvalues() 4208 name = attr_value; in ParseEnumEvalues() 4214 if (llvm::to_integer(attr_value, parsed_value)) in ParseEnumEvalues() 4221 attr_value.data()); in ParseEnumEvalues() 4259 const llvm::StringRef &attr_value) { in ParseEnums() argument 4261 id = attr_value; in ParseEnums() 4311 const llvm::StringRef &attr_value) { in ParseFlagsFields() argument 4318 attr_value.data()); in ParseFlagsFields() 4319 name = attr_value; in ParseFlagsFields() [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | sa.c | 841 uint64_t attr_value; in sa_attr_table_setup() local 891 reg_attrs[i].sa_name, 8, 1, &attr_value); in sa_attr_table_setup() 900 sa->sa_user_table[i] = ATTR_NUM(attr_value); in sa_attr_table_setup() 1839 uint64_t attr_value = 0; in sa_attr_register_sync() local 1859 ATTR_ENCODE(attr_value, tb[i].sa_attr, tb[i].sa_length, in sa_attr_register_sync() 1862 tb[i].sa_name, 8, 1, &attr_value, tx)); in sa_attr_register_sync()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_posix.c | 710 const void *attr_value; in _archive_write_disk_header() local 715 &attr_value, &attr_size); in _archive_write_disk_header() 716 if (attr_name != NULL && attr_value != NULL && in _archive_write_disk_header()
|