Searched refs:store (Results 176 - 200 of 592) sorted by relevance

1234567891011>>

/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dscutil.h59 extern SCDynamicStoreRef store;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStore.py21 def callback(store, changedKeys, info):
22 l.append((store, changedKeys, info))
88 def callback(store, changedKeys, info):
89 l.append((store, changedKeys, info))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStore.py21 def callback(store, changedKeys, info):
22 l.append((store, changedKeys, info))
89 def callback(store, changedKeys, info):
90 l.append((store, changedKeys, info))
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_context_section.rb8 @top_level = @store.add_file 'file.rb'
24 file1 = @store.add_file 'file1.rb'
103 other = @store.add_file 'other.rb'
115 other = @store.add_file 'other.rb'
H A Dtest_rdoc_generator_markup.rb8 attr_reader :store
H A Dtest_rdoc_normal_module.rb12 top_level = @store.add_file 'file.rb'
H A Dtest_rdoc_parser_simple.rb11 @top_level = @store.add_file filename
14 @stats = RDoc::Stats.new @store, 0
H A Dxref_test_case.rb15 @xref_data = @store.add_file @file_name
18 stats = RDoc::Stats.new @store, 0
H A Dtest_rdoc_include.rb11 @inc.store = @store
101 incl.store = @store
104 assert_same @store, incl.file.store
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dannounce.c399 update_entries(SCDynamicStoreRef store, const char *realm, int flags) argument
407 btmm = SCDynamicStoreCopyValue(store, NetworkChangedKey_BackToMyMac);
420 update_all(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
429 host = SCDynamicStoreCopyLocalHostName(store);
451 update_entries(store, r, flags);
494 SCDynamicStoreRef store; local
500 store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("Network watcher"),
502 if (store == NULL)
512 if (SCDynamicStoreSetNotificationKeys(store, keys, NULL) == false)
518 if (!SCDynamicStoreSetDispatchQueue(store, g_queu
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D34-glob.t24 [ qw/get set len clear free copy dup local fetch store exists delete/ ],
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_sim.conf21 ? [<= Level notice] store
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gdbm-1.tcl12 gdbm store $db $i "This data for $i: [exec /usr/games/fortune -s]"
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/persistence/
H A DpersistenceTest.xotcl4 package require xotcl::store::persistence
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestBase.java224 EntityStore store; field in class:EvolveTestBase
291 store = null;
308 * Returns true if the store was opened successfully. Returns false if the
309 * store could not be opened because an exception was expected -- this is
324 store = new EntityStore(env, EvolveCase.STORE_NAME, config);
365 if (store != null) {
366 store.close();
367 store = null;
H A DForeignKeyTest.java72 private EntityStore store; field in class:ForeignKeyTest
96 store = new EntityStore(env, "test", config);
98 pri1 = store.getPrimaryIndex(String.class, Entity1.class);
99 sec1 = store.getSecondaryIndex(pri1, String.class, "sk");
100 pri2 = store.getPrimaryIndex(String.class, Entity2.class);
101 sec2 = store.getSecondaryIndex
108 store.close();
209 * the foreign store. "pk2" is not in store1 in this case.
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dsysman.c336 static void sysEventConfigurationNotifier(SCDynamicStoreRef store,
449 SCDynamicStoreRef store = NULL;/* System Config dynamic store */ local
456 SCDynamicStoreContext storeContext; /* Dynamic store context */
488 store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("cupsd"),
533 if (store && ComputerNameKey && HostNamesKey &&
556 SCDynamicStoreSetNotificationKeys(store, keys, patterns))
559 store, 0)) != NULL)
645 if (store)
646 CFRelease(store);
741 sysEventConfigurationNotifier( SCDynamicStoreRef store, CFArrayRef changedKeys, void *context) argument
[all...]
/macosx-10.9.5/configd-596.15/Plugins/PreferencesMonitor/
H A Dprefsmon.c54 static SCDynamicStoreRef store = NULL; variable
240 dict = SCDynamicStoreCopyValue(store, initKey);
267 (void) SCDynamicStoreSetNotificationKeys(store, NULL, NULL);
290 initRls = SCDynamicStoreCreateRunLoopSource(NULL, store, 0);
294 ok = SCDynamicStoreSetNotificationKeys(store, keys, NULL);
309 watchQuietCallback(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
488 dict = (CFMutableDictionaryRef)SCDynamicStoreCopyMultiple(store, NULL, patterns);
631 /* Update the dynamic store */
633 if (!SCDynamicStoreSetMultiple(store, newPrefs, removedPrefsKeys, NULL)) {
701 updateConfiguration(prefs, kSCPreferencesNotificationApply, (void *)store);
[all...]
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_utils.c222 CFDictionaryRef copyService(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID) argument
248 data = SCDynamicStoreCopyValue(store, key);
265 data = copyEntity(store, domain, serviceID, copy[i]);
287 CFDictionaryRef copyEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
298 data = SCDynamicStoreCopyValue(store, key);
306 int existEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
310 data = copyEntity(store, domain, serviceID, entity);
374 int getNumberFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, argument
380 if ((data = copyEntity(store, domain, serviceID, entity))) {
389 int getStringFromEntity(SCDynamicStoreRef store, CFStringRe argument
405 copyCFStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property) argument
441 getAddressFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity, CFStringRef property, u_int32_t *outval) argument
575 AddNumberFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict) argument
585 AddStringFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict) argument
729 publish_keyentry(SCDynamicStoreRef store, CFStringRef key, CFStringRef entry, CFTypeRef value) argument
754 unpublish_keyentry(SCDynamicStoreRef store, CFStringRef key, CFStringRef entry) argument
774 publish_dictnumentry(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict, CFStringRef entry, int val) argument
797 unpublish_dictentry(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict, CFStringRef entry) argument
814 publish_multiple_dicts(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dictNames, CFArrayRef dicts) argument
860 unpublish_dict(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict) argument
884 unpublish_multiple_dicts(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dictNames, Boolean removeService) argument
930 publish_dictstrentry(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef dict, CFStringRef entry, char *str, int encoding) argument
984 copyPrimaryService(SCDynamicStoreRef store) argument
1400 copyGateway(SCDynamicStoreRef store, u_int8_t family, char *ifname, int ifnamesize, struct sockaddr *gateway, int gatewaysize) argument
1449 hasGateway(SCDynamicStoreRef store, u_int8_t family) argument
1504 create_stateaddr(SCDynamicStoreRef store, CFStringRef serviceID, char *if_name, u_int32_t server, u_int32_t o, u_int32_t h, u_int32_t m, int isprimary) argument
1582 create_dns(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dns, CFStringRef domain, CFArrayRef supp_domains, Boolean neverSearchDomains) argument
1884 create_proxies(SCDynamicStoreRef store, CFStringRef serviceID, int autodetect, CFStringRef server, int port, int bypasslocal, CFStringRef exceptionlist, CFArrayRef supp_domains) argument
[all...]
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dsession.c86 if ((thisSession->store != NULL) &&
87 (((SCDynamicStorePrivateRef)thisSession->store)->notifySignalTask == server)) {
112 (void) __SCDynamicStoreOpen(&temp_session->store, NULL);
128 storePrivate = (SCDynamicStorePrivateRef)temp_session->store;
187 if ((thisSession->store != NULL) &&
188 (((SCDynamicStorePrivateRef)thisSession->store)->notifySignalTask == server)) {
278 // sessions[n]->store = NULL;
318 (void) __SCDynamicStoreClose(&thisSession->store);
389 if (thisSession->store != NULL) {
390 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)thisSession->store;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExampleDPL.java112 private EntityStore store; field in class:EventExampleDPL
166 /* Open a transactional entity store. */
171 store = new EntityStore(env, "ExampleStore", storeConfig);
173 eventByTime = store.getPrimaryIndex(Date.class, Event.class);
174 eventByPrice = store.getSecondaryIndex(eventByTime,
234 store.close();
/macosx-10.9.5/autofs-234/automountlib/
H A Dhost_is_us.c220 SCDynamicStoreRef store; local
224 store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("automountd"),
226 if (store == NULL)
229 ourlocalhostname_CFString = SCDynamicStoreCopyLocalHostName(store);
230 CFRelease(store);
299 * necessarily store hostinfo pointers for all of them.)
/macosx-10.9.5/configd-596.15/Plugins/KernelEventMonitor/
H A Dev_ipv4.c83 dict = cache_SCDynamicStoreCopyValue(store, key);
119 cache_SCDynamicStoreSetValue(store, key, newDict);
121 cache_SCDynamicStoreRemoveValue(store, key);
263 cache_SCDynamicStoreNotifyValue(store, key);
284 cache_SCDynamicStoreNotifyValue(store, key);
/macosx-10.9.5/eap8021x-180/EAPOLMonitor.bproj/
H A Deapol_monitor.c113 SCDynamicStoreRef store; member in struct:__anon8638
130 S_on_console(SCDynamicStoreRef store) argument
136 user = SCDynamicStoreCopyConsoleUser(store, &uid, NULL);
1009 handle_changes(SCDynamicStoreRef store, CFArrayRef changes, void * info) argument
1062 if (check_auto_detect && S_on_console(store)) {
1076 do_cleanup(SCDynamicStoreRef store, void * info) argument
1089 check_settings(SCDynamicStoreRef store) argument
1095 if (S_on_console(store)) {
1130 check_settings(me->store);
1199 SCDynamicStoreRef store; local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m74 SCPreferencesRef store;
85 store = SCPreferencesCreate(NULL, CFSTR("com.apple.preference.bonjour"), NULL);
86 require_action(store != NULL, SysConfigErr, err=paramErr;);
87 require_action(true == SCPreferencesLock( store, true), LockFailed, err=coreFoundationUnknownErr;);
89 origDict = SCPreferencesPathGetValue(store, scKey);
105 result = SCPreferencesPathSetValue(store, scKey, dict);
108 result = SCPreferencesCommitChanges(store);
110 result = SCPreferencesApplyChanges(store);
116 SCPreferencesUnlock(store);
118 CFRelease(store);
[all...]

Completed in 249 milliseconds

1234567891011>>