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

/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c496 CFMutableArrayRef theList = AppleRAIDGetListOfSets(filter); local
497 CFIndex setCount = theList ? CFArrayGetCount(theList) : 0;
505 CFStringRef setName = (CFStringRef)CFArrayGetValueAtIndex(theList, i);
547 if (theList) CFRelease(theList);
765 CFMutableArrayRef theList = AppleRAIDGetListOfSets(filter); local
766 CFIndex setCount = theList ? CFArrayGetCount(theList) : 0;
771 CFStringRef setName = (CFStringRef)CFArrayGetValueAtIndex(theList,
[all...]
H A DAppleRAIDUserLib.c637 CFMutableArrayRef theList = NULL; local
652 IOLog2("size = %d, theList = %s\n", (int)listSize, (char *)listString);
654 theList = (CFMutableArrayRef)IOCFUnserialize(listString, kCFAllocatorDefault, 0, NULL);
661 return theList;
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKeychains.cpp234 SecKeychainAttributeInfo *theList=reinterpret_cast<SecKeychainAttributeInfo *>(malloc(sizeof(SecKeychainAttributeInfo))); local
255 theList->count=i;
256 theList->tag=tagBuf;
257 theList->format=formatBuf;
258 *Info=theList;
H A DItem.cpp945 SecKeychainAttributeList *theList=reinterpret_cast<SecKeychainAttributeList *>(malloc(sizeof(SecKeychainAttributeList))); local
947 theList->count=attrCount;
948 theList->attr=attr;
969 *attrList=theList;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.cpp234 SecKeychainAttributeInfo *theList=reinterpret_cast<SecKeychainAttributeInfo *>(malloc(sizeof(SecKeychainAttributeInfo))); local
255 theList->count=i;
256 theList->tag=tagBuf;
257 theList->format=formatBuf;
258 *Info=theList;
H A DItem.cpp945 SecKeychainAttributeList *theList=reinterpret_cast<SecKeychainAttributeList *>(malloc(sizeof(SecKeychainAttributeList))); local
947 theList->count=attrCount;
948 theList->attr=attr;
969 *attrList=theList;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.cpp234 SecKeychainAttributeInfo *theList=reinterpret_cast<SecKeychainAttributeInfo *>(malloc(sizeof(SecKeychainAttributeInfo))); local
255 theList->count=i;
256 theList->tag=tagBuf;
257 theList->format=formatBuf;
258 *Info=theList;
H A DItem.cpp945 SecKeychainAttributeList *theList=reinterpret_cast<SecKeychainAttributeList *>(malloc(sizeof(SecKeychainAttributeList))); local
947 theList->count=attrCount;
948 theList->attr=attr;
969 *attrList=theList;
/macosx-10.10/vim-55/src/proto/
H A Dgui_mac.pro95 char_u **new_fnames_from_AEDesc __ARGS((AEDesc *theList, long *numFiles, OSErr *error));
/macosx-10.10/vim-55/src/
H A Dgui_mac.c534 new_fnames_from_AEDesc(AEDesc *theList, long *numFiles, OSErr *error) argument
545 *error = AECountItems(theList, numFiles);
560 newError = AEGetNthPtr(theList, fileCount, typeFSS,
1030 AEDesc theList; local
1042 error = AEGetParamDesc(theAEvent, keyDirectObject, typeAEList, &theList);
1076 fnames = new_fnames_from_AEDesc(&theList, &numFiles, &error);
1171 AEDisposeDesc(&theList); /* dispose what we allocated */
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl1118 set theList [loadList]
1119 #saveList $theList
1120 putList .lst.list $theList

Completed in 186 milliseconds