Searched refs:store (Results 1 - 25 of 584) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DAPINavigationData.cpp31 NavigationData::NavigationData(const WebKit::WebNavigationDataStore& store) argument
32 : m_store(store)
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Dri.rb16 def initialize store, options #:not-new:
18 @store = store
19 @store.path = '.'
23 # Writes the parsed data store to disk for use by ri.
26 @store.save
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_helpers.c68 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) argument
70 if((*store == HTTPREQ_UNSPEC) ||
71 (*store == req)) {
72 *store = req;
H A Dtool_helpers.h29 HttpReq *store);
/macosx-10.10/configd-699.1.5/Plugins/common/
H A Dcache.h44 CFPropertyListRef cache_SCDynamicStoreCopyValue (SCDynamicStoreRef store,
47 void cache_SCDynamicStoreSetValue (SCDynamicStoreRef store,
51 void cache_SCDynamicStoreRemoveValue (SCDynamicStoreRef store,
54 void cache_SCDynamicStoreNotifyValue (SCDynamicStoreRef store,
57 void cache_write (SCDynamicStoreRef store);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDynamicStorePrivate.h41 The SCDynamicStore is not "persistent" (the store content
50 current (and future) keys in the store. Any matched keys that
82 aware that all store content is lost when/if the server
102 the dynamic store session being disconnected is delivered.
103 @param store The dynamic store session.
107 SCDynamicStoreRef store,
117 @discussion Adds the specified key to the list of "dynamic store"
119 @param store The "dynamic store" sessio
[all...]
H A DSCDSnapshot.c43 SCDynamicStoreSnapshot(SCDynamicStoreRef store) argument
49 if (store == NULL) {
50 store = __SCDynamicStoreNullSession();
51 if (store == NULL) {
58 storePrivate = (SCDynamicStorePrivateRef)store;
69 if (__SCDynamicStoreCheckRetryAndHandleError(store,
H A DSCDNotify.c40 SCDynamicStoreNotifyValue(SCDynamicStoreRef store, argument
50 if (store == NULL) {
51 store = __SCDynamicStoreNullSession();
52 if (store == NULL) {
59 storePrivate = (SCDynamicStorePrivateRef)store;
80 if (__SCDynamicStoreCheckRetryAndHandleError(store,
H A DSCDRemove.c43 SCDynamicStoreRemoveValue(SCDynamicStoreRef store, CFStringRef key) argument
52 if (store == NULL) {
53 store = __SCDynamicStoreNullSession();
54 if (store == NULL) {
61 storePrivate = (SCDynamicStorePrivateRef)store;
82 if (__SCDynamicStoreCheckRetryAndHandleError(store,
H A DSCDynamicStore.h40 pairs in the dynamic store of a running system. The dynamic
41 store contains, among other items, a copy of the configuration
51 establish a dynamic store session using the SCDynamicStoreCreate
59 @discussion This is the handle to an open a dynamic store session
93 changes to the dynamic store is delivered.
94 @param store The dynamic store session.
110 SCDynamicStoreRef store,
129 store maintained by the System Configuration server.
131 memory for the local dynamic store objec
[all...]
H A DSCDNotifierCancel.c43 SCDynamicStoreNotifyCancel(SCDynamicStoreRef store) argument
45 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
49 if (store == NULL) {
64 (void) SCDynamicStoreSetDispatchQueue(store, NULL);
78 if (__SCDynamicStoreCheckRetryAndHandleError(store,
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_x509store.rb22 store = OpenSSL::X509::Store.new
23 ctx = OpenSSL::X509::StoreContext.new(store, cert, [])
81 store = OpenSSL::X509::Store.new
82 assert_equal(false, store.verify(ca1_cert))
83 assert_not_equal(OpenSSL::X509::V_OK, store.error)
85 assert_equal(false, store.verify(ca2_cert))
86 assert_not_equal(OpenSSL::X509::V_OK, store.error)
88 store.add_cert(ca1_cert)
89 assert_equal(true, store.verify(ca2_cert))
90 assert_equal(OpenSSL::X509::V_OK, store
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dparsedate.h28 CURLcode Curl_gmtime(time_t intime, struct tm *store);
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dsession.c41 reconnected(SCDynamicStoreRef store, void *info) argument
52 if (store) {
53 CFRelease(store);
59 store = SCDynamicStoreCreate(NULL, CFSTR("scutil"), storeCallback, NULL);
68 store = SCDynamicStoreCreateWithOptions(NULL,
75 if (store == NULL) {
80 (void) SCDynamicStoreSetDisconnectCallBack(store, reconnected);
97 (void) SCDynamicStoreSetDispatchQueue(store, NULL);
110 if (store != NULL) {
111 CFRelease(store);
[all...]
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_SCD.h92 __SCDynamicStoreOpen (SCDynamicStoreRef *store,
95 __SCDynamicStoreClose (SCDynamicStoreRef *store);
101 __SCDynamicStoreCopyKeyList (SCDynamicStoreRef store,
107 __SCDynamicStoreAddValue (SCDynamicStoreRef store,
112 __SCDynamicStoreCopyValue (SCDynamicStoreRef store,
118 __SCDynamicStoreCopyMultiple (SCDynamicStoreRef store,
124 __SCDynamicStoreSetValue (SCDynamicStoreRef store,
130 __SCDynamicStoreSetMultiple (SCDynamicStoreRef store,
136 __SCDynamicStoreRemoveValue (SCDynamicStoreRef store,
141 __SCDynamicStoreNotifyValue (SCDynamicStoreRef store,
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dthreading_internal.h98 static Type add(int delta, Type &store) argument
99 { return Type(_Ops::add(delta, (_Type &)store)); }
100 static Type addb(int delta, Type &store) argument
101 { return Type(_Ops::addb(delta, (_Type &)store)); }
103 static bool cas(Type oldValue, Type newValue, Type &store) argument
104 { return _Ops::cas(_Type(oldValue), _Type(newValue), (_Type &)store); }
105 static bool casb(Type oldValue, Type newValue, Type &store) argument
106 { return _Ops::casb(_Type(oldValue), _Type(newValue), (_Type &)store); }
114 static Type increment(Type &store) { return add(1, store); } argument
115 decrement(Type &store) argument
117 load(const Type &store) argument
118 store(Type value, Type &store) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dthreading_internal.h98 static Type add(int delta, Type &store) argument
99 { return Type(_Ops::add(delta, (_Type &)store)); }
100 static Type addb(int delta, Type &store) argument
101 { return Type(_Ops::addb(delta, (_Type &)store)); }
103 static bool cas(Type oldValue, Type newValue, Type &store) argument
104 { return _Ops::cas(_Type(oldValue), _Type(newValue), (_Type &)store); }
105 static bool casb(Type oldValue, Type newValue, Type &store) argument
106 { return _Ops::casb(_Type(oldValue), _Type(newValue), (_Type &)store); }
114 static Type increment(Type &store) { return add(1, store); } argument
115 decrement(Type &store) argument
117 load(const Type &store) argument
118 store(Type value, Type &store) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawStore.java21 * Provides access to the raw data in a store for use by general purpose tools.
46 private Store store; field in class:RawStore
49 * Opens an entity store for raw data access.
53 * @param storeName the name of the entity store within the given
56 * @param config the store configuration, or null to use default
65 store = new Store(env, storeName, config, true /*rawAccess*/);
74 return store.getPrimaryIndex
86 return store.getSecondaryIndex
92 * Returns the environment associated with this store.
95 return store
[all...]
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMPowerNotifications.c65 SCDynamicStoreRef store = NULL; local
75 store = SCDynamicStoreCreate(kCFAllocatorDefault,
77 if (!store) {
87 *cpuPowerStatus = SCDynamicStoreCopyValue(store, cpu_power_key);
101 if (store)
102 CFRelease(store);
111 SCDynamicStoreRef store = NULL; local
122 store = SCDynamicStoreCreate(kCFAllocatorDefault,
124 if (!store) {
134 warning_level_num = isA_CFNumber(SCDynamicStoreCopyValue(store, thermal_ke
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py22 def dynamicStoreChanged(store, changedKeys, info):
32 # Setup a dynamic store controller that monitors all keys:
33 store = SCDynamicStoreCreate(None, "demo.controller",
35 SCDynamicStoreSetNotificationKeys(store, None, [ '.*' ])
36 source = SCDynamicStoreCreateRunLoopSource(None, store, 0)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dcallbacks.py22 def dynamicStoreChanged(store, changedKeys, info):
32 # Setup a dynamic store controller that monitors all keys:
33 store = SCDynamicStoreCreate(None, "demo.controller",
35 SCDynamicStoreSetNotificationKeys(store, None, [ '.*' ])
36 source = SCDynamicStoreCreateRunLoopSource(None, store, 0)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Examples/CallbackDemo/
H A Dcallbacks.py22 def dynamicStoreChanged(store, changedKeys, info):
32 # Setup a dynamic store controller that monitors all keys:
33 store = SCDynamicStoreCreate(None, "demo.controller",
35 SCDynamicStoreSetNotificationKeys(store, None, [ '.*' ])
36 source = SCDynamicStoreCreateRunLoopSource(None, store, 0)
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityStore.java33 * A store for managing persistent entity objects.
44 * as other databases not associated with an entity store.</p>
46 * <p>An entity store is based on an {@link EntityModel}: a data model which
56 * these indices to store and access entity records by key.</p>
58 * <p>Although not normally needed, you can also use the entity store along
82 private Store store; field in class:EntityStore
85 * Opens an entity store in a given environment.
89 * @param storeName the name of the entity store within the given
93 * with the store name.
95 * @param config the entity store configuratio
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Dstruct.cpp25 c4_Storage store (argv[1], false);
26 puts(store.Description());
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebNavigationDataStore.h47 static bool decode(IPC::ArgumentDecoder& decoder, WebNavigationDataStore& store) argument
49 if (!decoder.decode(store.url))
51 if (!decoder.decode(store.title))
53 if (!decoder.decode(store.originalRequest))
55 if (!decoder.decode(store.response))

Completed in 489 milliseconds

1234567891011>>