Searched refs:attrInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dks_keychain.c54 SecKeychainAttributeInfo attrInfo; local
60 attrInfo.count = 1;
61 attrInfo.tag = &item;
62 attrInfo.format = &attrFormat;
64 ret = SecKeychainItemCopyAttributesAndData(itemRef, &attrInfo, NULL,
469 SecKeychainAttributeInfo attrInfo; local
495 attrInfo.count = 1;
496 attrInfo.tag = item;
497 attrInfo.format = attrFormat;
499 ret = SecKeychainItemCopyAttributesAndData(itemRef, &attrInfo, NUL
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6314 const CXIdxAttrInfo *attrInfo; member in struct:__anon199
/freebsd-11-stable/contrib/expat/tests/
H A Druntests.c2830 typedef struct attrInfo { struct

Completed in 129 milliseconds