Searched refs:store (Results 76 - 100 of 576) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java62 private Database store; field in class:SecondaryDeadlockTest
77 store = TestStore.BTREE_UNIQ.open(env, "store.db");
78 index = TestStore.BTREE_UNIQ.openIndex(store, "index.db");
79 storeMap = new StoredSortedMap(store,
98 if (store != null) {
100 store.close();
114 store = null;
199 store.close();
200 store
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOSystemConfiguration.c87 SCDynamicStoreRef store,
96 return (*dyfunc)(store, key, isRegex);
116 SCDynamicStoreRef store,
125 return (*dyfunc)(store, keys, patterns);
132 SCDynamicStoreRef store,
140 return (*dyfunc)(store, key);
165 SCDynamicStoreRef store,
173 return (*dyfunc)(allocator, store, order);
214 SCDynamicStoreRef store,
223 return (*dyfunc)(store, key
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dsmb-configuration.c67 static SCDynamicStoreRef store = NULL; variable
191 smb_copy_global_configuration(SCDynamicStoreRef store) argument
199 dict = SCDynamicStoreCopyValue(store, key);
241 smb_set_configuration(SCDynamicStoreRef store, CFDictionaryRef dict) argument
270 str = SCDynamicStoreCopyComputerName(store, &macEncoding);
281 dict = SCDynamicStoreCopyValue(store, key);
383 copy_primary_service(SCDynamicStoreRef store) argument
392 dict = SCDynamicStoreCopyValue(store, key);
412 copy_primary_ip(SCDynamicStoreRef store, CFStringRef serviceID) argument
422 dict = SCDynamicStoreCopyValue(store, ke
624 SCDynamicStoreRef store = (SCDynamicStoreRef)info; local
711 configuration_changed(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
844 SCDynamicStoreRef store; local
[all...]
H A Ddns-configuration.h41 void dns_configuration_monitor (SCDynamicStoreRef store,
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DNegativeTest.java38 private EntityStore store; field in class:NegativeTest
47 store = new EntityStore(env, "test", config);
53 store.close();
54 store = null;
61 if (store != null) {
63 store.close();
67 store = null;
78 store.getPrimaryIndex
110 store.getPrimaryIndex
120 store
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtimsort.h281 TIM_SORT_MERGE(dst, run_stack, stack_curr, store); \
285 if (store->storage != NULL)\
287 free(store->storage);\
288 store->storage = NULL;\
319 static void TIM_SORT_RESIZE(TEMP_STORAGE_T *store, const size_t new_size) argument
321 if (store->alloc < new_size)
323 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE));
329 store->storage = tempstore;
330 store->alloc = new_size;
334 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, TEMP_STORAGE_T *store) argument
393 TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, TEMP_STORAGE_T *store, const size_t size) argument
457 TEMP_STORAGE_T _store, *store; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/hmac/
H A Dhmac.c82 __db_chksum(hdr, data, data_len, mac_key, store)
87 u_int8_t *store;
107 memset(store, 0, sumlen);
109 store = ((HDR*)hdr)->chksum;
115 memcpy(store, &hash4, sumlen);
117 __db_hmac(mac_key, data, data_len, store);
119 ((int *)store)[0] ^= ((HDR *)hdr)->prev;
120 ((int *)store)[1] ^= ((HDR *)hdr)->len;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCLocation.c45 SCDynamicStoreCopyLocation(SCDynamicStoreRef store) argument
52 dict = SCDynamicStoreCopyValue(store, key);
H A DSCDNotifierSetKeys.c41 SCDynamicStoreSetNotificationKeys(SCDynamicStoreRef store, argument
45 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
56 if (store == NULL) {
94 if (__SCDynamicStoreCheckRetryAndHandleError(store,
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Drubygems_hook.rb116 generator = options.generator.new @rdoc.store, options
170 store = RDoc::Store.new
171 store.encoding = options.encoding if options.respond_to? :encoding
172 store.dry_run = options.dry_run
173 store.main = options.main_page
174 store.title = options.title
176 @rdoc.store = store
H A Dcross_reference.rb112 @store = context.store
157 ref = @store.page name if not ref and name =~ /^\w+$/
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_any_method.rb63 @store.path = Dir.tmpdir
64 top_level = @store.add_file 'file.rb'
82 loaded.store = @store
131 @store.path = Dir.tmpdir
132 top_level = @store.add_file 'file.rb'
154 loaded.store = @store
277 loaded.store = @store
[all...]
H A Dtest_rdoc_attr.rb46 tl = @store.add_file 'file.rb'
57 loaded.store = @store
77 tl = @store.add_file 'file.rb'
92 loaded.store = @store
111 tl = @store.add_file 'file.rb'
122 loaded.store = @store
145 tl = @store
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java19 private EntityStore store; field in class:SimpleStorePut
22 // The setup() method opens the environment and store
34 // Open the environment and entity store
36 store = new EntityStore(envmnt, "EntityStore", storeConfig);
43 // Close our environment and store.
47 store.close();
57 // Open the data accessor. This is used to store
59 sda = new SimpleDA(store);
61 // Instantiate and store some entity classes
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A D_notifyviasignal.c43 __SCDynamicStoreNotifySignal(SCDynamicStoreRef store, pid_t pid, int sig) argument
45 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
105 storePrivate = (SCDynamicStorePrivateRef)mySession->store;
121 *sc_status = __SCDynamicStoreNotifySignal(mySession->store, pid, sig);
H A D_notifychanges.c39 __SCDynamicStoreCopyNotifiedKeys(SCDynamicStoreRef store, CFArrayRef *notifierKeys) argument
41 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
93 *sc_status = __SCDynamicStoreCopyNotifiedKeys(mySession->store, &notifierKeys);
H A D_configset.c42 __SCDynamicStoreSetValue(SCDynamicStoreRef store, CFStringRef key, CFDataRef value, Boolean internal) argument
49 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
78 * Update the dictionary entry to be saved to the store.
171 * Update the dictionary entry in the store.
178 * For "new" entries to the store, check the deferred cleanup
263 *sc_status = __SCDynamicStoreSetValue(mySession->store, key, data, FALSE);
278 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
288 (void) __SCDynamicStoreSetValue(store, k, v, TRUE);
297 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
303 (void) __SCDynamicStoreRemoveValue(store,
312 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
325 __SCDynamicStoreSetMultiple(SCDynamicStoreRef store, CFDictionaryRef keysToSet, CFArrayRef keysToRemove, CFArrayRef keysToNotify) argument
[all...]
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnotifications.h41 void storeCallback (SCDynamicStoreRef store,
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dasl.conf15 ? [<= PID 1] store
21 ? [<= Level notice] store
/macosx-10.10.1/ntp-92/html/hints/
H A Dsolaris.xtra.patchfreq58 store="da256000" # st %o5, [%l5 + offset]
65 let masked="(16#$store_mask & 16#$instr) - 16#$store"
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dssl_server.rb38 store = OpenSSL::X509::Store.new
39 store.add_cert(ca_cert)
40 store.purpose = OpenSSL::X509::PURPOSE_SSL_CLIENT
42 ctx.cert_store = store
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Ddump.cpp129 c4_Storage store (argv[1], false);
134 argv[1], store.NumProperties(),
135 (const char*) store.Description());
136 ViewDisplay(store);
/macosx-10.10.1/Heimdal-398.1.2/plugins/SCKerberosConfig/
H A DSCKerberosConfig.m54 SCDynamicStoreRef store;
70 vals = (NSArray *)SCDynamicStoreCopyValue(ctx->store, HEIMDAL_SC_DEFAULT_REALM);
106 vals = (NSArray *)SCDynamicStoreCopyValue(ctx->store, HEIMDAL_SC_DOMAIN_REALM_MAPPING);
148 ctx->store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("SCKerberosConfig"), NULL, NULL);
149 if (ctx->store == NULL) {
163 CFRelease(ctx->store);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb383 store = RDoc::RI::Store.new path, type
384 store.load_cache
385 @stores << store
409 also_in.each do |store|
410 paths.parts.push store.friendly_path, "\n"
437 # Adds "(from ...)" to +out+ for +store+
439 def add_from out, store
440 out << RDoc::Markup::Paragraph.new("(from #{store.friendly_path})")
460 extensions.each do |modules, store|
464 path = store
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dgss-serv.c381 if (gssapi_client.store.filename != NULL) {
384 gssapi_client.store.filename);
385 unlink(gssapi_client.store.filename);
407 if (gssapi_client.store.envvar != NULL &&
408 gssapi_client.store.envval != NULL) {
409 debug("Setting %s to %s", gssapi_client.store.envvar,
410 gssapi_client.store.envval);
411 child_set_env(envp, envsizep, gssapi_client.store.envvar,
412 gssapi_client.store.envval);
430 gssapi_client.store
511 ssh_gssapi_update_creds(ssh_gssapi_ccache *store) argument
[all...]

Completed in 294 milliseconds

1234567891011>>