Home
last modified time | relevance | path

Searched refs:CFDictionaryRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp176 CFCReleaser<CFDictionaryRef> dict( in LocateExecutableObjectFile()
178 CFDictionaryRef uuid_dict = NULL; in LocateExecutableObjectFile()
181 uuid_dict = static_cast<CFDictionaryRef>( in LocateExecutableObjectFile()
618 CFCReleaser<CFDictionaryRef> dict( in LocateMacOSXFilesUsingDebugSymbols()
620 CFDictionaryRef uuid_dict = NULL; in LocateMacOSXFilesUsingDebugSymbols()
623 uuid_dict = static_cast<CFDictionaryRef>( in LocateMacOSXFilesUsingDebugSymbols()
802 CFDictionaryRef cf_dict; in GetModuleSpecInfoFromUUIDDictionary()
849 cf_dict = (CFDictionaryRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary()
1101 CFCReleaser<CFDictionaryRef> plist( in DownloadObjectAndSymbolFile()
1102 (CFDictionaryRef)::CFPropertyListCreateWithData( in DownloadObjectAndSymbolFile()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef
81 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef,
179 CFDictionaryRef PListRef = NULL; in _initializeAvailabilityCheck()
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dconfig_file.c298 CFDictionaryRef d; in parse_plist_config()
321 …d = (CFDictionaryRef)CFPropertyListCreateWithStream(NULL, s, 0, kCFPropertyListImmutable, NULL, NU… in parse_plist_config()
323 …d = (CFDictionaryRef)CFPropertyListCreateFromStream(NULL, s, 0, kCFPropertyListImmutable, NULL, NU… in parse_plist_config()
/freebsd-14.2/crypto/heimdal/kdc/
H A Dannounce.c402 CFDictionaryRef btmm; in update_entries()