Searched refs:itemArray (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesm.cc107 ITEM** itemArray = new ITEM*[itemCount + 1]; local
110 itemArray[lcv] = nitems[lcv]->item;
112 itemArray[lcv] = NULL;
118 return itemArray;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12ImportExport.cpp179 CFMutableArrayRef itemArray,
183 CFArrayAppendValue(itemArray, item);
315 CFArrayAppendValue(itemArray, item);
177 p12AddExportedItem( SecKeychainItemRef item, CFMutableArrayRef itemArray, bool noPrompt) argument
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py84 itemArray = self._activeDays.objectForKey_(itemDate)
85 itemEnum = itemArray.objectEnumerator()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py84 itemArray = self._activeDays.objectForKey_(itemDate)
85 itemEnum = itemArray.objectEnumerator()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoDocument.py84 itemArray = self._activeDays.objectForKey_(itemDate)
85 itemEnum = itemArray.objectEnumerator()
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXMenu.c255 NSArray *itemArray = [self itemArray]; local
256 for (NSMenuItem *item in itemArray) {
349 NSArray *itemArray = [menu itemArray]; variable
350 for (NSMenuItem *item in itemArray) {
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecItem.cpp3551 CFMutableArrayRef itemArray = (items) ? *items : NULL; local
3563 else if (itemArray) {
3564 CFArrayAppendValue(itemArray, itemRef);
3582 else if (itemArray) {
3583 CFArrayAppendValue(itemArray, persistentRef);
3604 else if (itemArray) {
3605 CFArrayAppendValue(itemArray, dataRef);
3632 else if (itemArray) {
3633 CFArrayAppendValue(itemArray, attrsDict);
3646 if (itemArray) {
4503 CFMutableArrayRef itemArray = NULL; local
4572 CFMutableArrayRef itemArray = NULL; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecItem.cpp3551 CFMutableArrayRef itemArray = (items) ? *items : NULL; local
3563 else if (itemArray) {
3564 CFArrayAppendValue(itemArray, itemRef);
3582 else if (itemArray) {
3583 CFArrayAppendValue(itemArray, persistentRef);
3604 else if (itemArray) {
3605 CFArrayAppendValue(itemArray, dataRef);
3632 else if (itemArray) {
3633 CFArrayAppendValue(itemArray, attrsDict);
3646 if (itemArray) {
4503 CFMutableArrayRef itemArray = NULL; local
4572 CFMutableArrayRef itemArray = NULL; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecItem.cpp3551 CFMutableArrayRef itemArray = (items) ? *items : NULL; local
3563 else if (itemArray) {
3564 CFArrayAppendValue(itemArray, itemRef);
3582 else if (itemArray) {
3583 CFArrayAppendValue(itemArray, persistentRef);
3604 else if (itemArray) {
3605 CFArrayAppendValue(itemArray, dataRef);
3632 else if (itemArray) {
3633 CFArrayAppendValue(itemArray, attrsDict);
3646 if (itemArray) {
4503 CFMutableArrayRef itemArray = NULL; local
4572 CFMutableArrayRef itemArray = NULL; local
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c4961 CFArrayRef itemArray = NULL; local
4973 result = SecItemCopyMatching(query, (CFTypeRef *)&itemArray);
4975 if ((result != noErr) && (itemArray != NULL)) {
4976 CFRelease(itemArray);
4977 itemArray = NULL;
4980 return itemArray;
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm1170 NSEnumerator *e = [[[PDFSubview menuForEvent:theEvent] itemArray] objectEnumerator];

Completed in 311 milliseconds