Searched refs:store (Results 126 - 150 of 592) sorted by relevance

1234567891011>>

/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_configremove.c39 __SCDynamicStoreRemoveValue(SCDynamicStoreRef store, CFStringRef key, Boolean internal) argument
43 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
97 * Remove data and update/remove the dictionary store entry.
157 *sc_status = __SCDynamicStoreRemoveValue(mySession->store, key, FALSE);
H A D_notifyremove.c66 __SCDynamicStoreRemoveWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex, Boolean internal) argument
70 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
103 * store to remove our interest in any changes.
145 *sc_status = __SCDynamicStoreRemoveWatchedKey(mySession->store,
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dcacertinmem.c45 X509_STORE * store; local
99 /* get a pointer to the X509 certificate store (which may be empty!) */
100 store=SSL_CTX_get_cert_store((SSL_CTX *)sslctx);
102 /* add our certificate to this store */
103 if (X509_STORE_add_cert(store, cert)==0)
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/
H A DCustomKeyOrderExample.java79 private EntityStore store; field in class:CustomKeyOrderExample
92 /* Open a transactional entity store. */
96 store = new EntityStore(env, "TestStore", storeConfig);
103 store.getPrimaryIndex(ReverseOrder.class, Person.class);
123 store.close();
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleStoreGet.java19 private EntityStore store; field in class:SimpleStoreGet
22 // The setup() method opens the environment and store
31 // Open the environment and entity store
33 store = new EntityStore(envmnt, "EntityStore", storeConfig);
43 store.close();
53 // Open the data accessor. This is used to store
55 sda = new SimpleDA(store);
57 // Instantiate and store some entity classes
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D16-huf.t26 my $wiz = init_watcher [ qw/fetch store/ ], 'huf';
42 watch { $h{$obj} = 7 } { store => 1 }, 'store on magical fieldhash';
43 is $h{$obj}, 7, 'huf: store on magical fieldhash succeeded';
50 is $s, 11, 'huf: store/fetch on fieldhash after dispell still ok';
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAServer.h35 extern void _DAConfigurationCallback( SCDynamicStoreRef store, CFArrayRef keys, void * info );
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierInformViaFD.c49 SCDynamicStoreNotifyFileDescriptor(SCDynamicStoreRef store, argument
56 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
61 if (store == NULL) {
129 if (__SCDynamicStoreCheckRetryAndHandleError(store,
H A DSCDynamicStoreCopyDHCPInfo.h50 @param store An SCDynamicStoreRef representing the dynamic store session
63 SCDynamicStoreCopyDHCPInfo (SCDynamicStoreRef store,
H A DSCDOpen.c130 SCDynamicStoreRef store = (SCDynamicStoreRef)cf; local
131 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
136 (void) SCDynamicStoreNotifyCancel(store);
533 __SCDynamicStoreReconnect(SCDynamicStoreRef store) argument
536 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
545 __SCDynamicStoreCheckRetryAndHandleError(SCDynamicStoreRef store, argument
550 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
563 if (__SCDynamicStoreReconnect(store)) {
579 pushDisconnect(SCDynamicStoreRef store) argument
584 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
611 __SCDynamicStoreReconnectNotifications(SCDynamicStoreRef store) argument
790 SCDynamicStoreSetDisconnectCallBack(SCDynamicStoreRef store, SCDynamicStoreDisconnectCallBack callout) argument
[all...]
H A DSCDynamicStoreInternal.h119 __SCDynamicStoreCheckRetryAndHandleError(SCDynamicStoreRef store,
125 __SCDynamicStoreReconnectNotifications (SCDynamicStoreRef store);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnotifications.c92 storeCallback(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
97 SCPrint(TRUE, stdout, CFSTR("notification callback (store address = %p).\n"), store);
127 if (store == NULL) {
180 if (store == NULL) {
200 if (!SCDynamicStoreSetNotificationKeys(store, watchedKeys, watchedPatterns)) {
217 if (store == NULL) {
238 if (!SCDynamicStoreSetNotificationKeys(store, watchedKeys, watchedPatterns)) {
254 list = SCDynamicStoreCopyNotifiedKeys(store);
289 if (!SCDynamicStoreSetDispatchQueue(store, dispatch_get_main_queu
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dconstant.rb82 found = @store.find_class_or_module @is_alias_for
160 # Sets the store for this class or module and its contained code objects.
162 def store= store
165 @file = @store.add_file @file.full_name if @file
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/
H A Djson_index.rb91 @store = parent_generator.store
106 reset @store.all_files.sort, @store.all_classes_and_modules.sort
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man9/
H A DMakefile22 store.9 \
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dgss-serv-krb5.c223 client->store.envvar = "KRB5CCNAME";
225 xasprintf(&client->store.envval, "API:%s", new_ccname);
226 client->store.filename = NULL;
228 xasprintf(&client->store.envval, "FILE:%s", new_ccname);
229 client->store.filename = xstrdup(new_ccname);
234 do_pam_putenv(client->store.envvar, client->store.envval);
243 ssh_gssapi_krb5_updatecreds(ssh_gssapi_ccache *store, argument
252 if ((problem = krb5_cc_resolve(krb_context, store->envval, &ccache))) {
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkcs7.rb38 store = OpenSSL::X509::Store.new
39 store.add_cert(@ca_cert)
47 assert(p7.verify([], store))
66 assert(p7.verify([], store))
88 assert(p7.verify([], store))
99 store = OpenSSL::X509::Store.new
100 store.add_cert(@ca_cert)
113 assert(!p7.verify([], store))
114 assert(p7.verify([], store, data))
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.m191 Posted when the value of one or more keys in the local key-value store changed due to incoming data pushed from iCloud.
196 The value of the NSUbiquitousKeyValueStoreChangeReasonKey key, when present, indicates why the key-value store changed.
241 // itemChangedCallback(key, [self.store objectForKey:key]);
242 id anObject = @"FIXME"; //[self.store objectForKey:key];
265 self->store = [NSMutableDictionary dictionaryWithCapacity:0];
278 id <CKDKVSDelegate> store = mall.collection[identifier];
279 if (!store)
281 store = [[CKDKeyValueStore alloc] initWithIdentifier:identifier itemsChangedBlock:itemsChangedBlock];
282 mall->_collection[identifier] = store;
284 return store;
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_rdoc.rb11 @stats = RDoc::Stats.new @store, 0, 0
33 assert_equal rdoc, rdoc.store.rdoc
36 store = rdoc.store
38 assert_equal 'MAIN_PAGE.rdoc', store.main
39 assert_equal 'title', store.title
149 @rdoc.store = RDoc::Store.new
166 @rdoc.store = RDoc::Store.new
187 @rdoc.store = RDoc::Store.new
210 @rdoc.store
[all...]
H A Dtest_rdoc_parser_markdown.rb13 @top_level = @store.add_file filename
16 @stats = RDoc::Stats.new @store, 0
H A Dtest_rdoc_parser_rd.rb13 @top_level = @store.add_file filename
16 @stats = RDoc::Stats.new @store, 0
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java67 private Database store; field in class:JoinTest
97 if (store != null) {
98 store.close();
112 store = null;
143 store = openDb("store.db");
144 index1 = openSecondaryDb(store, "index1.db", "1");
145 index2 = openSecondaryDb(store, "index2.db", "2");
179 storeMap = factory.newMap(store, String.class,
/macosx-10.9.5/CPANInternal-140/Variable-Magic/samples/
H A Dvm_vs_tie.pl19 store => sub { 0 },
46 print "Delete/store:\n";
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DWebPreferencesQt.cpp32 static void setStringValueIfInUserDefaults(const String& baseKey, WebPreferencesStore& store, const QHash<String, QFont::StyleHint> qFontHint) argument
37 store.setStringValueForKey(baseKey, defaultFont.defaultFamily());
/macosx-10.9.5/ruby-104/ruby/test/drb/
H A Dut_timerholder.rb19 holder.store(key, true)
24 holder.store(key, 1)

Completed in 272 milliseconds

1234567891011>>