Searched refs:attributeId (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DMetaAttribute.cpp35 uint32 attributeId)
40 return new TypedMetaAttribute<StringValue>(format, attributeIndex, attributeId);
43 return new TypedMetaAttribute<SInt32Value>(format, attributeIndex, attributeId);
46 return new TypedMetaAttribute<UInt32Value>(format, attributeIndex, attributeId);
49 return new TypedMetaAttribute<BigNumValue>(format, attributeIndex, attributeId);
52 return new TypedMetaAttribute<DoubleValue>(format, attributeIndex, attributeId);
55 return new TypedMetaAttribute<TimeDateValue>(format, attributeIndex, attributeId);
58 return new TypedMetaAttribute<BlobValue>(format, attributeIndex, attributeId);
61 return new TypedMetaAttribute<MultiUInt32Value>(format, attributeIndex, attributeId);
34 create(Format format, uint32 attributeIndex, uint32 attributeId) argument
H A DMetaAttribute.h43 uint32 attributeId);
47 uint32 attributeId() const { return mAttributeId; } function in class:Security::MetaAttribute
72 MetaAttribute(Format format, uint32 attributeIndex, uint32 attributeId) argument
73 : mFormat(format), mAttributeIndex(attributeIndex), mAttributeId(attributeId) {}
89 TypedMetaAttribute(Format format, uint32 attributeIndex, uint32 attributeId) argument
90 : MetaAttribute(format, attributeIndex, attributeId) {}
H A DDbIndex.cpp122 DbIndex::appendAttribute(uint32 attributeId) argument
126 info.Label.AttributeID = attributeId;
146 uint32 attributeId = indexSection.at((4 + i) * AtomSize); local
147 appendAttribute(attributeId);
186 if (tableAttribute.attributeId() == mAttributes[j]->attributeId()) {
452 offset = ws.put(offset, mAttributes[i]->attributeId());
H A DDbIndex.h112 void appendAttribute(uint32 attributeId);
H A DAppleDatabase.cpp1819 uint32 attributeId = aMetaRecord.metaAttribute(inInfo.at(anIndex)).attributeId(); local
1835 aRecordBuilder.add(AttributeID, attributeId);
1867 uint32 attributeId = local
1868 aMetaRecord.metaAttribute(thisIndex.Info).attributeId();
1874 aRecordBuilder.add(AttributeID, attributeId);
1883 index.appendAttribute(attributeId);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DMetaAttribute.cpp35 uint32 attributeId)
40 return new TypedMetaAttribute<StringValue>(format, attributeIndex, attributeId);
43 return new TypedMetaAttribute<SInt32Value>(format, attributeIndex, attributeId);
46 return new TypedMetaAttribute<UInt32Value>(format, attributeIndex, attributeId);
49 return new TypedMetaAttribute<BigNumValue>(format, attributeIndex, attributeId);
52 return new TypedMetaAttribute<DoubleValue>(format, attributeIndex, attributeId);
55 return new TypedMetaAttribute<TimeDateValue>(format, attributeIndex, attributeId);
58 return new TypedMetaAttribute<BlobValue>(format, attributeIndex, attributeId);
61 return new TypedMetaAttribute<MultiUInt32Value>(format, attributeIndex, attributeId);
34 create(Format format, uint32 attributeIndex, uint32 attributeId) argument
H A DMetaAttribute.h43 uint32 attributeId);
47 uint32 attributeId() const { return mAttributeId; } function in class:Security::MetaAttribute
72 MetaAttribute(Format format, uint32 attributeIndex, uint32 attributeId) argument
73 : mFormat(format), mAttributeIndex(attributeIndex), mAttributeId(attributeId) {}
89 TypedMetaAttribute(Format format, uint32 attributeIndex, uint32 attributeId) argument
90 : MetaAttribute(format, attributeIndex, attributeId) {}
H A DDbIndex.cpp122 DbIndex::appendAttribute(uint32 attributeId) argument
126 info.Label.AttributeID = attributeId;
146 uint32 attributeId = indexSection.at((4 + i) * AtomSize); local
147 appendAttribute(attributeId);
186 if (tableAttribute.attributeId() == mAttributes[j]->attributeId()) {
452 offset = ws.put(offset, mAttributes[i]->attributeId());
H A DDbIndex.h112 void appendAttribute(uint32 attributeId);
H A DAppleDatabase.cpp1819 uint32 attributeId = aMetaRecord.metaAttribute(inInfo.at(anIndex)).attributeId(); local
1835 aRecordBuilder.add(AttributeID, attributeId);
1867 uint32 attributeId = local
1868 aMetaRecord.metaAttribute(thisIndex.Info).attributeId();
1874 aRecordBuilder.add(AttributeID, attributeId);
1883 index.appendAttribute(attributeId);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKeychains.h63 CSSM_DB_ATTRIBUTE_FORMAT attributeFormatFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
70 CssmDbAttributeInfo attributeInfoFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
71 bool hasAttribute(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
H A DKeychains.cpp186 KeychainSchemaImpl::hasAttribute(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
191 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
208 KeychainSchemaImpl::attributeFormatFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
211 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
219 KeychainSchemaImpl::attributeInfoFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
222 info.AttributeFormat = attributeFormatFor(recordType, attributeId);
224 info.Label.AttributeID = attributeId;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.h63 CSSM_DB_ATTRIBUTE_FORMAT attributeFormatFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
70 CssmDbAttributeInfo attributeInfoFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
71 bool hasAttribute(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
H A DKeychains.cpp186 KeychainSchemaImpl::hasAttribute(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
191 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
208 KeychainSchemaImpl::attributeFormatFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
211 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
219 KeychainSchemaImpl::attributeInfoFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
222 info.AttributeFormat = attributeFormatFor(recordType, attributeId);
224 info.Label.AttributeID = attributeId;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.h63 CSSM_DB_ATTRIBUTE_FORMAT attributeFormatFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
70 CssmDbAttributeInfo attributeInfoFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
71 bool hasAttribute(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const;
H A DKeychains.cpp186 KeychainSchemaImpl::hasAttribute(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
191 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
208 KeychainSchemaImpl::attributeFormatFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
211 RelationInfoMap::const_iterator rit = rmap.find(attributeId);
219 KeychainSchemaImpl::attributeInfoFor(CSSM_DB_RECORDTYPE recordType, uint32 attributeId) const
222 info.AttributeFormat = attributeFormatFor(recordType, attributeId);
224 info.Label.AttributeID = attributeId;

Completed in 204 milliseconds