Searched refs:domains (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestCookieManager.cpp117 char** domains = webkit_cookie_manager_get_domains_with_cookies_finish(WEBKIT_COOKIE_MANAGER(object), result, &error.outPtr()); local
121 test->m_domains = domains;
179 char** domains = test->getDomains(); local
180 g_assert(domains);
181 g_assert_cmpint(g_strv_length(domains), ==, 1);
182 g_assert_cmpstr(domains[0], ==, kFirstPartyDomain);
189 domains = test->getDomains();
190 g_assert(domains);
191 g_assert_cmpint(g_strv_length(domains), ==, 2);
200 domains
252 char** domains = test->getDomains(); local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/utils/
H A Dgen-data-queryperf.py10 # behaviour with NXdomain) and with domains from a real zone file."
34 domains = {} variable
97 domains[domain] = 1
101 domains = domains.keys() variable
102 if len(domains) == 0:
103 sys.stderr.write("No domains found in '%s'\n" % zone_file)
110 sys.stdout.write(make_domain(gen.choice(domains)))
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitCookieManager.cpp41 * to get the list of domains with cookies, with
221 GRefPtr<GPtrArray> domains; member in struct:GetDomainsWithCookiesAsyncData
234 ImmutableArray* domains = toImpl(wkDomains); local
235 data->domains = adoptGRef(g_ptr_array_new_with_free_func(g_free));
236 for (size_t i = 0; i < domains->size(); ++i) {
237 WebString* domainString = static_cast<WebString*>(domains->at(i));
241 g_ptr_array_add(data->domains.get(), g_strdup(domain.utf8().data()));
243 g_ptr_array_add(data->domains.get(), 0);
255 * Asynchronously get the list of domains for which @cookie_manager contains cookies.
297 return reinterpret_cast<char**>(g_ptr_array_free(data->domains
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/conf/
H A Dparam.c124 struct domains_head domains = TAILQ_HEAD_INITIALIZER(domains); variable in typeref:struct:domains_head
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dunique.c64 struct unique_domain_s *domains; member in struct:unique_data_s
157 /* free an entire stack of domains */
314 * so build added domains in a separate stack before adding them
401 unique_domain *domains = private->domains; local
435 if ( domains ) {
493 unique_domain *domains = private->domains; local
548 if ( domains ) {
635 unique_domain *domains local
701 unique_domain *domains = private->domains; local
814 unique_domain *domains = private->domains; local
856 unique_domain *domains = private->domains; local
1070 unique_domain *domains = private->domains; local
1198 unique_domain *domains = private->domains; local
1318 unique_domain *domains = private->domains; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-junk.el176 This function displays a frequency count of the hosts and domains
286 This function displays a frequency count of the hosts and domains
295 (domains (make-hash-table :test 'equal)))
310 (setq value (gethash (car host) domains))
311 (setf (gethash (car host) domains) (1+ (if (not value) 0 value)))
321 domains)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddomain.h92 * routines. Internally, domains are stored in the private variant of domain
153 extern TAILQ_HEAD(domains_head, domain) domains;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DInspectorBackend.js306 var domains = schema["domains"] || [];
307 for (var i = 0; i < domains.length; ++i) {
308 var domain = domains[i];
331 for (var i = 0; i < domains.length; ++i) {
332 var domain = domains[i];
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPOLClientConfigurationInternal.h61 CFMutableDictionaryRef domains; /* domain -> profileID */ member in struct:__EAPOLClientConfiguration
H A DEAPOLClientConfiguration.c414 cfg->domains = domains_dict;
879 my_CFRelease(&cfg->domains);
1194 profileID = CFDictionaryGetValue(cfg->domains, domain);
1281 CFDictionarySetValue(cfg->domains, domain, profileID);
1726 CFDictionaryRemoveValue(cfg->domains, domain);
1729 CFDictionarySetValue(cfg->domains, domain,
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c208 TAILQ_INSERT_TAIL(&domains, dp, dom_entry);
218 TAILQ_REMOVE(&domains, dp, dom_entry);
254 TAILQ_FOREACH(dp, &domains, dom_entry) {
322 TAILQ_FOREACH_SAFE(dp1, &domains, dom_entry, dp2) {
433 TAILQ_FOREACH(dp, &domains, dom_entry) {
596 TAILQ_FOREACH(dp, &domains, dom_entry) {
674 TAILQ_FOREACH(dp, &domains, dom_entry) {
717 * Add all the static domains to the domains list. route domain
720 * means that domains adde
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfetchmail.vim31 syn keyword fetchmailServerOpts contained via proto[col] local[domains] port
H A Dwget.vim72 syn match wgetCommand "^\s*domains" contained
79 syn match wgetCommand "^\s*exclude[-_]\=domains" contained
/macosx-10.9.5/CF-855.17/
H A DCFPreferences.c596 CFArrayRef domains; local
618 domains = (CFArrayRef)CFURLCreatePropertyFromResource(prefAlloc, prefDir, kCFURLFileDirectoryContents, NULL);
620 if (domains){
621 marray = CFArrayCreateMutableCopy(prefAlloc, 0, domains);
622 CFRelease(domains);
644 // Now add any domains added in the cache; delete any that have been deleted in the cache
777 /* Volatile domains - context is ignored; domain is a CFDictionary (mutable) */
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dproxy-configuration.c82 CFArrayRef domains; local
87 domains = CFDictionaryGetValue(proxy, kSCPropNetProxiesSupplementalMatchDomains);
88 n_domains = isA_CFArray(domains) ? CFArrayGetCount(domains) : 0;
102 * the match domains and add each to the proxies list.
109 match_domain = CFArrayGetValueAtIndex(domains, i);
136 defaultOrder++; // if multiple domains, maintain ordering
570 // "default" domains sort before "supplemental" domains
582 // forward (A, AAAA) domains sor
[all...]
H A Ddns-configuration.c305 CFArrayRef domains; local
310 domains = CFDictionaryGetValue(dns, kSCPropNetDNSSupplementalMatchDomains);
311 n_domains = isA_CFArray(domains) ? CFArrayGetCount(domains) : 0;
325 * the match domains and add each to the resolvers list.
332 match_domain = CFArrayGetValueAtIndex(domains, i);
357 defaultOrder++; // if multiple domains, maintain ordering
684 // validate the provided "search" domains or move/expand/promote the "domain" name
800 // don't add private resolver domains to the search list
806 // don't add scoped resolver domains t
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A Dnss_mdns.c1710 // Linked list of domains
1721 domain_entry_t * domains; member in struct:__anon11027
2101 d->next = conf->domains;
2102 conf->domains = d;
2112 const domain_entry_t * curr = conf->domains;
2131 const domain_entry_t * curr = conf->domains;
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dnetwork_detection.c524 CFArrayRef domains = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersDomains); local
525 if (isArray(dnsServers) && CFArrayGetCount(dnsServers) && isArray(domains) && CFArrayGetCount(domains)) {
530 CFIndex domainCount = CFArrayGetCount(domains);
533 mutableDomains = CFArrayCreateMutableCopy(kCFAllocatorDefault, domainCount, domains);
535 /* Sanitize domain array for *.example domains */
584 /* Add supplemental match domains */
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_protocol.c463 CFMutableArrayRef domains; local
470 domains = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
489 CFArrayAppendValue(domains, domain);
493 CFRelease(domains);
502 if (CFArrayGetCount(domains) > 0) {
503 CFDictionarySetValue(newConfiguration, key, domains);
508 CFRelease(domains);
H A Dnet_interface.c1498 CFMutableArrayRef domains; local
1505 domains = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
1524 CFArrayAppendValue(domains, domain);
1528 CFRelease(domains);
1537 if (CFArrayGetCount(domains) > 0) {
1538 CFDictionarySetValue(newConfiguration, key, domains);
1543 CFRelease(domains);
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_mgr.c880 char *domains,
893 total_length = strlen(domains);
894 endp = domains + total_length;
898 for( name = domains + strspn(domains," \t\n"),
1166 char error_name[1024]="", error_message[1024]="", *domains=0L; local
1205 dbus_svc_message_next_arg( dbus, iter, &domains );
1207 if( ( domains == 0L ) || (*domains == '\0') )
1220 dbus_mgr_get_name_list( mgr, domains,
877 dbus_mgr_get_name_list( ns_dbus_mgr_t *mgr, char *domains, DNSNameList *nameList, char *error_name, char *error_message ) argument
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConnection.c2926 CFArrayRef domains = NULL; local
2934 domains = CFDictionaryGetValue(domainRule, kSCPropNetVPNOnDemandRuleActionParametersDomains);
2935 if (!isA_CFArray(domains)) {
2939 domainsCount = CFArrayGetCount(domains);
2942 domain = CFArrayGetValueAtIndex(domains, domainsIndex);
2969 CFArrayRef domains; local
2978 domains = CFDictionaryGetValue(trigger, key);
2979 domainsCount = isA_CFArray(domains) ? CFArrayGetCount(domains) : 0;
2983 domain = CFArrayGetValueAtIndex(domains, domainsInde
3472 CFArrayRef domains; local
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DResolver.pm95 A space-separated list of domains to put in the search list.
134 An array reference of domains.
700 A space-separated list of domains to put in the search list.
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_protocol.c122 TAILQ_FOREACH(dp, &domains, dom_entry) {
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dpostlink1029 s/canonical domains*/<a href="VIRTUAL_README.html#canonical">$&<\/a>/;
1030 s/hosted domains*/<a href="VIRTUAL_README.html#canonical">$&<\/a>/;
1031 #s/other domains*/<a href="VIRTUAL_README.html#canonical">&<\/a>/
1034 s/local domains*/<a href="ADDRESS_CLASS_README.html#local_domain_class">$&<\/a>/;
1035 s/virtual alias domains*/<a href="ADDRESS_CLASS_README.html#virtual_alias_class">$&<\/a>/;
1036 s/virtual ALIAS domains*/<a href="ADDRESS_CLASS_README.html#virtual_alias_class">$&<\/a>/;
1037 s/virtual mailbox domains*/<a href="ADDRESS_CLASS_README.html#virtual_mailbox_class">$&<\/a>/;
1038 s/virtual MAILBOX domains*/<a href="ADDRESS_CLASS_README.html#virtual_mailbox_class">$&<\/a>/;
1039 s/relay domains*/<a href="ADDRESS_CLASS_README.html#relay_domain_class">$&<\/a>/;
1040 s/default domains*/<
[all...]

Completed in 274 milliseconds

12