Searched refs:myAllocator (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_notifyadd.c44 CFAllocatorRef myAllocator; local
47 myAllocator = CFGetAllocator(theArray);
48 myArray = CFArrayCreateCopy(myAllocator, theArray);
H A Dpattern.c59 CFAllocatorRef myAllocator; local
62 myAllocator = CFGetAllocator(theDict);
63 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DBridgeConfiguration.c233 CFAllocatorRef myAllocator; local
236 myAllocator = CFGetAllocator(theDict);
237 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
H A DVLANConfiguration.c206 CFAllocatorRef myAllocator; local
209 myAllocator = CFGetAllocator(theDict);
210 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
H A DBondConfiguration.c247 CFAllocatorRef myAllocator; local
250 myAllocator = CFGetAllocator(theDict);
251 myDict = CFDictionaryCreateCopy(myAllocator, theDict);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c70 CFAllocatorRef myAllocator; local
73 myAllocator = CFGetAllocator(theDict);
74 myDict = CFDictionaryCreateCopy(myAllocator, theDict);

Completed in 80 milliseconds