Searched refs:newlocation (Results 1 – 2 of 2) sorted by relevance
21 Location: /newlocation/10730002
461 CFMutableDictionaryRef newlocation; /* New location */ in _cupsAppleSetDefaultPrinter() local504 newlocation = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, in _cupsAppleSetDefaultPrinter()508 if (newlocation && newlocations) in _cupsAppleSetDefaultPrinter()514 CFDictionaryAddValue(newlocation, kLocationNetworkKey, network); in _cupsAppleSetDefaultPrinter()515 CFDictionaryAddValue(newlocation, kLocationPrinterIDKey, name); in _cupsAppleSetDefaultPrinter()516 CFArrayInsertValueAtIndex(newlocations, 0, newlocation); in _cupsAppleSetDefaultPrinter()541 if (newlocation) in _cupsAppleSetDefaultPrinter()542 CFRelease(newlocation); in _cupsAppleSetDefaultPrinter()