Searched defs:attrList (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
H A Dkeychain_mac.cc9 SecItemClass *itemClass, SecKeychainAttributeList **attrList,
12 attrList, length, outData);
16 SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList,
18 return SecKeychainItemModifyAttributesAndData(itemRef, attrList, length,
23 SecKeychainAttributeList *attrList, void *data) const {
24 return SecKeychainItemFreeAttributesAndData(attrList, data);
33 const SecKeychainAttributeList *attrList,
36 attrList, searchRef);
82 OSStatus MacKeychain::ItemFreeContent(SecKeychainAttributeList *attrList, argument
84 return SecKeychainItemFreeContent(attrList, dat
7 ItemCopyAttributesAndData( SecKeychainItemRef itemRef, SecKeychainAttributeInfo *info, SecItemClass *itemClass, SecKeychainAttributeList **attrList, UInt32 *length, void **outData) const argument
15 ItemModifyAttributesAndData( SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data) const argument
22 ItemFreeAttributesAndData( SecKeychainAttributeList *attrList, void *data) const argument
31 SearchCreateFromAttributes( CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) const argument
[all...]
H A Dkeychain_mock_mac.cc172 SecItemClass *itemClass, SecKeychainAttributeList **attrList,
181 if (attrList) {
182 *attrList = &(keychain_attr_list_[item_index]);
195 SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList,
210 if (attrList) {
211 for (UInt32 change_attr = 0; change_attr < attrList->count; ++change_attr) {
212 if (attrList->attr[change_attr].tag == kSecCreatorItemAttr) {
213 void* data = attrList->attr[change_attr].data;
228 SecKeychainAttributeList *attrList,
246 const SecKeychainAttributeList *attrList,
170 ItemCopyAttributesAndData( SecKeychainItemRef itemRef, SecKeychainAttributeInfo *info, SecItemClass *itemClass, SecKeychainAttributeList **attrList, UInt32 *length, void **outData) const argument
194 ItemModifyAttributesAndData( SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data) const argument
227 ItemFreeAttributesAndData( SecKeychainAttributeList *attrList, void *data) const argument
244 SearchCreateFromAttributes( CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) const argument
362 ItemFreeContent(SecKeychainAttributeList *attrList, void *data) const argument
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.cc250 SecKeychainAttributeList *attrList;
254 NULL, &attrList,
274 for (unsigned int i = 0; i < attrList->count; i++) {
275 SecKeychainAttribute attr = attrList->attr[i];
325 keychain.ItemFreeAttributesAndData(attrList, password_data);
719 SecKeychainAttributeList attrList = { 1, &attr }; local
721 &attrList, 0, NULL);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc1058 SecKeychainAttributeList attrList; local
1059 attrList.count = 3;
1061 attrList.attr = attributes;
1095 &attrList, &sref);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp692 AttributeList *attrList) {
707 if (attrList) {
708 ProcessDeclAttributeList(TUScope, PDecl, attrList);
689 ActOnForwardProtocolDeclaration(SourceLocation AtProtocolLoc, const IdentifierLocPair *IdentList, unsigned NumElts, AttributeList *attrList) argument
H A DSemaType.cpp422 AttributeList *&attrList,
431 moveAttrFromListToList(attr, attrList, chunk.getAttrListRef());
436 spliceAttrOutOfList(attr, attrList);
420 distributeFunctionTypeAttrToInnermost(TypeProcessingState &state, AttributeList &attr, AttributeList *&attrList, QualType &declSpecType) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2283 static void scan_attrlist(ThreadId tid, struct vki_attrlist *attrList, argument
2396 vg_assert(attrList->bitmapcount == 5);
2397 VG_(memcpy)(a, &attrList->commonattr, sizeof(a));
2463 const char *,path, struct vki_attrlist *,attrList,
2466 PRE_MEM_READ("getattrlist(attrList)", ARG2, sizeof(struct vki_attrlist));
2491 const char *,path, struct vki_attrlist *,attrList,
2494 PRE_MEM_READ("setattrlist(attrList)", ARG2, sizeof(struct vki_attrlist));
2504 int,fd, struct vki_attrlist *,attrList,
2508 PRE_MEM_READ("getdirentriesattr(attrList)",

Completed in 3755 milliseconds