OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrInfo
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
ks_keychain.c
59
SecKeychainAttributeInfo
attrInfo
;
65
attrInfo
.count = 1;
66
attrInfo
.tag = &item;
67
attrInfo
.format = &attrFormat;
69
ret = SecKeychainItemCopyAttributesAndData(itemRef, &
attrInfo
, NULL,
477
SecKeychainAttributeInfo
attrInfo
;
504
attrInfo
.count = 1;
505
attrInfo
.tag = item;
506
attrInfo
.format = attrFormat;
508
ret = SecKeychainItemCopyAttributesAndData(itemRef, &
attrInfo
, NULL
[
all
...]
/src/external/mit/expat/dist/tests/
handlers.h
85
typedef struct
attrInfo
{
88
}
AttrInfo
;
95
AttrInfo
*attributes;
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
267
:
AttrInfo
(CXIdxAttr_IBOutletCollection, other.cursor, other.loc, other.A) {
269
IBCollInfo.
attrInfo
= this;
290
Attrs.push_back(
AttrInfo
(CXIdxAttr_Unexposed, C, Loc, A));
293
Attrs.push_back(
AttrInfo
(CXIdxAttr_IBAction, C, Loc, A));
296
Attrs.push_back(
AttrInfo
(CXIdxAttr_IBOutlet, C, Loc, A));
312
IBInfo.IBCollInfo.
attrInfo
= &IBInfo;
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
6348
const CXIdxAttrInfo *
attrInfo
;
Completed in 22 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026