Searched refs:preference (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Drt_21.h29 isc_uint16_t preference; member in struct:dns_rdata_rt
H A Drt_21.c189 RETERR(uint16_tobuffer(rt->preference, target));
210 rt->preference = uint16_fromregion(&region);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dkx_36.h29 isc_uint16_t preference; member in struct:dns_rdata_in_kx
H A Dpx_26.h29 isc_uint16_t preference; member in struct:dns_rdata_in_px
H A Dnaptr_35.h30 isc_uint16_t preference; member in struct:dns_rdata_in_naptr
H A Dkx_36.c178 RETERR(uint16_tobuffer(kx->preference, target));
201 kx->preference = uint16_fromregion(&region);
H A Dpx_26.c243 RETERR(uint16_tobuffer(px->preference, target));
269 px->preference = uint16_fromregion(&region);
H A Dnaptr_35.c296 * Order, preference.
339 * Order, preference.
390 * Order, preference.
458 RETERR(uint16_tobuffer(naptr->preference, target));
494 naptr->preference = uint16_fromregion(&r);
574 * Order, preference.
634 * Order, preference.
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDAMount.h75 extern Boolean DAMountGetPreference( DADiskRef disk, DAMountPreference preference );
H A DDAMount.c565 Boolean DAMountGetPreference( DADiskRef disk, DAMountPreference preference )
569 switch ( preference )
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSConsoleClient.cpp63 Boolean preference = CFPreferencesGetAppBooleanValue(CFSTR("JavaScriptCoreOutputConsoleMessagesToSystemConsole"), kCFPreferencesCurrentApplication, &keyExistsAndHasValidFormat);
65 sLogToSystemConsole = preference;
/macosx-10.10.1/libresolv-57/
H A Ddns_util.h139 uint16_t preference; member in struct:__anon9384
182 uint16_t preference; member in struct:__anon9391
H A Dns_print.c353 u_int order, preference; local
361 preference = ns_get16(rdata); rdata += NS_INT16SZ;
362 len = SPRINTF((t, "%u %u ", order, preference));
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dresolve.h128 unsigned preference; member in struct:rk_mx_record
H A Dresolve-test.c120 printf("%d %s\n", rr->u.mx->preference, rr->u.mx->domain);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp159 void InjectedBundle::overrideBoolPreferenceForTestRunner(WebPageGroupProxy* pageGroup, const String& preference, bool enabled) argument
163 if (preference == "WebKitTabToLinksPreferenceKey") {
169 if (preference == "WebKit2AsynchronousPluginInitializationEnabled") {
175 if (preference == "WebKit2AsynchronousPluginInitializationEnabledForAllPlugins") {
181 if (preference == "WebKit2ArtificialPluginInitializationDelayEnabled") {
188 if (preference == "WebKitImageControlsEnabled") {
197 if (preference == "WebKitCSSRegionsEnabled")
202 if (preference == "WebKitCSSCompositingEnabled")
227 if (preference == #TestRunnerName) { \
246 // Override the preference fo
[all...]
H A DInjectedBundle.h103 void overrideBoolPreferenceForTestRunner(WebPageGroupProxy*, const String& preference, bool enabled);
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcs_utils.cpp205 // interpret the match as a (full) identity preference name
206 CFRef<SecIdentityRef> preference;
207 switch (OSStatus rc = SecIdentityCopyPreference(CFTempString(match), 0, NULL, &preference.aref())) {
209 if (preference)
210 return preference.yield();
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlhaskell.vim47 " First off, see if we can inherit a user preference for lhs_markup
70 " If no user preference, scan buffer for our guess of the markup to
H A Dgpg.vim45 \ default-key default-preference-list
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp131 void WKBundleOverrideBoolPreferenceForTestRunner(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKStringRef preference, bool enabled) argument
133 toImpl(bundleRef)->overrideBoolPreferenceForTestRunner(toImpl(pageGroupRef), toWTFString(preference), enabled);
H A DWKBundlePrivate.h47 // Will make WebProcess ignore this preference until a preferences change notification, only for WebKitTestRunner use.
48 WK_EXPORT void WKBundleOverrideBoolPreferenceForTestRunner(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKStringRef preference, bool enabled);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dsasl.tcl36 # No mechanism with a preference value less than 'minimum' will be
38 # The list is sorted by the security preference with the most secure
68 # Register a new SASL mechanism with a security preference. Higher
69 # preference values are chosen before lower valued mechanisms.
73 proc ::SASL::register {mechanism preference clientproc {serverproc {}}} {
76 set mech [list $preference $mechanism $clientproc $serverproc]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dresolv.rb28 # p ress.map { |r| [r.exchange.to_s, r.preference] }
1899 # Creates a new MX record with +preference+, accepting mail at
1902 def initialize(preference, exchange)
1903 @preference = preference
1908 # The preference for this MX.
1910 attr_reader :preference
1918 msg.put_pack('n', @preference)
1923 preference, = msg.get_unpack('n')
1925 return self.new(preference, exchang
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kafs/
H A Dcommon.c153 if(rr->type == rk_ns_t_afsdb && rr->u.afsdb->preference == 1){

Completed in 460 milliseconds

12