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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c3080 static CFDictionaryRef onDemand_configuration = NULL; variable
3287 (onDemand_configuration == NULL) ? "fetched" : "updated");
3290 if (onDemand_configuration != NULL) {
3291 CFRelease(onDemand_configuration);
3292 onDemand_configuration = NULL;
3297 onDemand_configuration = SCDynamicStoreCopyValue(NULL, key);
3299 if ((onDemand_configuration != NULL) && !isA_CFDictionary(onDemand_configuration)) {
3300 CFRelease(onDemand_configuration);
3301 onDemand_configuration
[all...]

Completed in 202 milliseconds