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

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A D_configget.c39 __SCDynamicStoreCopyValue(SCDynamicStoreRef store, CFStringRef key, CFDataRef *value, Boolean internal) function
105 *sc_status = __SCDynamicStoreCopyValue(mySession->store, key, &value, FALSE);
150 sc_status = __SCDynamicStoreCopyValue(myContextRef->store, key, &data, TRUE);
H A D_SCD.h112 __SCDynamicStoreCopyValue (SCDynamicStoreRef store,
H A D_configadd.c57 sc_status = __SCDynamicStoreCopyValue(store, key, &tempValue, TRUE);
71 SCLog(_configd_verbose, LOG_DEBUG, CFSTR("__SCDynamicStoreAddValue __SCDynamicStoreCopyValue(): %s"), SCErrorString(sc_status));

Completed in 78 milliseconds