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

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c5130 CFArrayRef order_array = NULL; local
5134 order_array = CFDictionaryGetValue(dict,
5136 order_array = isA_CFArray(order_array);
5137 if (order_array && CFArrayGetCount(order_array) == 0) {
5138 order_array = NULL;
5141 return (order_array);
5169 CFArrayRef order_array = (CFArrayRef)context; local
5173 rank1 = lookup_order(order_array, (CFStringRe
5264 copy_serviceIDs_from_values(CFDictionaryRef values, CFArrayRef order_array) argument
5319 CFArrayRef order_array = NULL; local
[all...]

Completed in 78 milliseconds