Searched refs:store (Results 226 - 250 of 584) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gdbm-2.tcl26 gdbm store $db $i "This data for $i"
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Ddarkfish.rb128 attr_reader :store
138 def initialize store, options
139 @store = store
541 return unless @store
543 @classes = @store.all_classes_and_modules.sort
544 @files = @store.all_files.sort
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dstf.c76 SCDynamicStoreRef store; /* notify on primary changes */ member in struct:__anon6957
421 copy_service_information(SCDynamicStoreRef store, argument
441 info = SCDynamicStoreCopyMultiple(store, keys, patterns);
449 stf_global_ipv4_changed(SCDynamicStoreRef store, argument
460 dict = copy_service_information(store, key);
484 stf->store = SCDynamicStoreCreate(NULL,
489 SCDynamicStoreSetNotificationKeys(stf->store, array, NULL);
491 stf->store_rls = SCDynamicStoreCreateRunLoopSource(NULL, stf->store, 0);
496 dict = copy_service_information(stf->store, key);
649 my_CFRelease(&stf->store);
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dsysman.c297 static void sysEventConfigurationNotifier(SCDynamicStoreRef store,
430 SCDynamicStoreRef store = NULL;/* System Config dynamic store */ local
437 SCDynamicStoreContext storeContext; /* Dynamic store context */
469 store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("cupsd"),
514 if (store && ComputerNameKey && HostNamesKey &&
537 SCDynamicStoreSetNotificationKeys(store, keys, patterns))
540 store, 0)) != NULL)
626 if (store)
627 CFRelease(store);
769 sysEventConfigurationNotifier( SCDynamicStoreRef store, CFArrayRef changedKeys, void *context) argument
[all...]
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_client.c298 asl_store_t *store = NULL; local
304 status = asl_store_open_read(NULL, &store);
306 if (store == NULL) return NULL;
309 out = asl_store_match(store, qlist, &l64, s64, count, duration, direction);
312 asl_store_close(store);
324 asl_store_t *store = NULL; local
335 status = asl_store_open_read(NULL, &store);
337 if (store == NULL) return NULL;
345 out = asl_store_match(store, qlist, &last, start, 0, 0, 1);
346 asl_store_close(store);
[all...]
/macosx-10.10/libunwind-35.3/src/
H A Dunw_getcontext.s35 movl %edx, 28(%eax) # store what sp was at call site as esp
39 movl %edx, 40(%eax) # store return address as eip
46 movl %edx, (%eax) # store original eax
77 movq %rsi,128(%rdi) # store return address as rip
95 stw r0, 0(r3) ; store lr as ssr0
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.m57 each value associated with a key is 1 MB. So, for example, if you store a
59 available storage. If you store 1 KB of data for each key, you can use
212 NSUbiquitousKeyValueStore *store = [self cloudStore];
213 if (store)
215 id value = [store objectForKey:key];
222 secdebug("keytrace", "Can't get store");
232 NSUbiquitousKeyValueStore *store = [self cloudStore];
233 if (store && values)
238 [store removeObjectForKey:key];
240 [store setObjec
[all...]
/macosx-10.10/configd-699.1.5/Plugins/LinkConfiguration/
H A Dlinkconfig.c50 static SCDynamicStoreRef store = NULL; variable
598 linkConfigChangedCallback(SCDynamicStoreRef store, CFArrayRef changedKeys, void *arg) argument
613 changes = SCDynamicStoreCopyMultiple(store, changedKeys, NULL);
674 /* open a "configd" store to allow cache updates */
675 store = SCDynamicStoreCreate(NULL,
679 if (store == NULL) {
718 ok = SCDynamicStoreSetNotificationKeys(store, keys, patterns);
728 rls = SCDynamicStoreCreateRunLoopSource(NULL, store, 0);
743 if (store != NULL) CFRelease(store);
[all...]
/macosx-10.10/IOAudioFamily-200.6/PCMBlitterLib/
H A DIOAudioBlitterLibX86.cpp481 __m128i store; local
483 store = _mm_and_si128(val, mask);
487 store = _mm_or_si128(store, _mm_and_si128(val, mask));
491 store = _mm_or_si128(store, _mm_and_si128(val, mask));
495 store = _mm_or_si128(store, _mm_and_si128(val, mask));
496 return store;
516 __m128i store; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-macs.el1552 list, a store-variables list (of length one), a store-form, and an access-
1588 (store-var (car (prog1 (car args) (setq args (cdr args)))))
1589 (store-temp (intern (format "--%s--temp--" store-var)))
1621 (cons `(,store-temp
1622 (make-symbol ,(format "--cl-%s--" store-var)))
1632 (list ,store-temp)
1635 (cons (list store-var store
[all...]
/macosx-10.10/configd-699.1.5/Plugins/KernelEventMonitor/
H A Deventmon.c50 * in the dynamic store.
143 __private_extern__ SCDynamicStoreRef store = NULL; variable
475 * update the link status in the store
630 cache_write(store);
691 cache_write(store);
728 store = SCDynamicStoreCreate(NULL,
732 if (store == NULL) {
768 CFRelease(store);
/macosx-10.10/cups-408/cups/cups/
H A Dtls-sspi.c411 HCERTSTORE store = NULL; /* Certificate store */ local
412 PCCERT_CONTEXT storedContext = NULL; /* Context created from the store */
455 store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_SYSTEM_STORE_LOCAL_MACHINE | CERT_STORE_NO_CRYPT_RELEASE_FLAG | CERT_STORE_OPEN_EXISTING_FLAG, L"MY");
457 if (!store)
488 storedContext = CertFindCertificateInStore(store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0, CERT_FIND_SUBJECT_NAME, &sib, NULL);
511 if (store)
512 CertCloseStore(store, 0);
535 HCERTSTORE store = NULL; /* Certificate store */ local
1649 HCERTSTORE store = NULL; /* Certificate store */ local
1812 HCERTSTORE store = NULL; /* Certificate store */ local
[all...]
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_ruby.rb17 @top_level = @store.add_file @filename
18 @top_level2 = @store.add_file @filename2
26 @stats = RDoc::Stats.new @store, 0
75 ctxt.store = @store
85 b = @store.find_module_named('B')
93 assert_equal @store.find_module_named('D'), cont
108 b = @store.find_module_named('A::B')
120 ctxt.store = @store
[all...]
H A Dtest_rdoc_extend.rb10 @ext.store = @store
H A Dtest_rdoc_markup_to_html_crossref.rb122 readme = @store.add_file 'README.txt'
141 readme = @store.add_file 'README.txt'
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSOSCloudCircleServer.c395 static CFStringRef CopyComputerName(SCDynamicStoreRef store) argument
397 CFStringRef deviceName = SCDynamicStoreCopyComputerName(store, NULL);
427 static CFDictionaryRef CFDictionaryCreateDeviceGestalt(SCDynamicStoreRef store, CFArrayRef keys, void *context) argument
430 CFStringRef computerName = CopyComputerName(store);
447 static void SOSCCProcessGestaltUpdate(SCDynamicStoreRef store, CFArrayRef keys, void *context) argument
451 CFDictionaryRef gestalt = CFDictionaryCreateDeviceGestalt(store, keys, context);
464 SCDynamicStoreRef store = SCDynamicStoreCreate(NULL, CFSTR("com.apple.securityd.cloudcircleserver"), SOSCCProcessGestaltUpdate, &context); local
469 if (store == NULL || computerKey == NULL) {
476 gestalt = CFDictionaryCreateDeviceGestalt(store, keys, info);
477 SCDynamicStoreSetNotificationKeys(store, key
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/gensprep/
H A DMakefile.in33 OBJECTS = gensprep.o store.o
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_preauth.cpp173 secdebug("preauth", "using state %d@%p", slot, &env->store(this));
174 bool &accepted = env->store(this).attachment<AclState>((void *)((size_t) slot)).accepted;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_preauth.cpp173 secdebug("preauth", "using state %d@%p", slot, &env->store(this));
174 bool &accepted = env->store(this).attachment<AclState>((void *)((size_t) slot)).accepted;
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dacls.cpp193 Adornable &SecurityServerEnvironment::store(const AclSubject *subject) function in class:SecurityServerEnvironment
199 return tokenDb->common().store();
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPageCreationParameters.cpp38 encoder << store; local
88 if (!decoder.decode(parameters.store))
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A DMakefile.inc10 imap-lsub imap-fetch imap-store imap-append imap-examine imap-search \
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-undo.el77 ((eq (car action) 'store)
79 (calc-record-undo (list 'store (nth 1 action)
81 (if (y-or-n-p (format "Un-store variable %s? "
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dremote_fetcher.rb428 store = OpenSSL::X509::Store.new
431 store.add_path Gem.configuration.ssl_ca_cert
433 store.add_file Gem.configuration.ssl_ca_cert
436 store.set_default_paths
437 add_rubygems_trusted_certs(store)
439 connection.cert_store = store
448 def add_rubygems_trusted_certs(store)
451 store.add_file ssl_cert_file
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_yamldbm.rb35 @yamldbm.store('a','b')
36 @yamldbm.store('c','d')

Completed in 298 milliseconds

1234567891011>>