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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c409 static ReachabilityStoreInfo S_storeInfo = { 0 }; variable
499 if (S_storeInfoActive && (S_storeInfo.dict != NULL)) {
500 ReachabilityStoreInfo_copy(&S_storeInfo, store_info);
513 !_SC_CFEqual(store_info->dict, S_storeInfo.dict)) {
515 ReachabilityStoreInfo_free(&S_storeInfo);
521 ReachabilityStoreInfo_copy(store_info, &S_storeInfo);
697 if (S_storeInfoActive && (S_storeInfo.dict != NULL)) {
702 ReachabilityStoreInfo_copy(&S_storeInfo, store_info);
742 if (!_SC_CFEqual(store_info->dict, S_storeInfo.dict)) {
744 ReachabilityStoreInfo_free(&S_storeInfo);
[all...]

Completed in 216 milliseconds