Home
last modified time | relevance | path

Searched refs:attrInfo (Results 1 – 4 of 4) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_keychain.c59 SecKeychainAttributeInfo attrInfo; in getAttribute() local
65 attrInfo.count = 1; in getAttribute()
66 attrInfo.tag = &item; in getAttribute()
67 attrInfo.format = &attrFormat; in getAttribute()
69 ret = SecKeychainItemCopyAttributesAndData(itemRef, &attrInfo, NULL, in getAttribute()
477 SecKeychainAttributeInfo attrInfo; in keychain_iter() local
504 attrInfo.count = 1; in keychain_iter()
505 attrInfo.tag = item; in keychain_iter()
506 attrInfo.format = attrFormat; in keychain_iter()
508 ret = SecKeychainItemCopyAttributesAndData(itemRef, &attrInfo, NULL, in keychain_iter()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp269 IBCollInfo.attrInfo = this; in IBOutletCollectionInfo()
312 IBInfo.IBCollInfo.attrInfo = &IBInfo; in AttrListInfo()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6348 const CXIdxAttrInfo *attrInfo; member
/netbsd/external/mit/expat/dist/tests/
H A Druntests.c2907 typedef struct attrInfo { struct