Home
last modified time | relevance | path

Searched refs:newlocation (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/data/
Dtest107321 Location: /newlocation/10730002
/external/libcups/cups/
Ddest.c461 CFMutableDictionaryRef newlocation; /* New location */ in _cupsAppleSetDefaultPrinter() local
504 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()