Searched refs:domain (Results 151 - 175 of 999) sorted by relevance

1234567891011>>

/macosx-10.9.5/mDNSResponder-522.92.1/Clients/Java/
H A DBrowserApp.java238 String serviceName, String regType, String domain)
240 addCache.add( new BrowserListElem( serviceName, domain, regType, ifIndex));
246 String serviceName, String regType, String domain)
278 public BrowserListElem( String serviceName, String domain, String type, int ifIndex) argument
279 { fServiceName = serviceName; fDomain = domain; fType = type; fInt = ifIndex; }
356 String serviceName, String regType, String domain)
360 super.serviceFound( browser, flags, ifIndex, this.mapTypeToName( serviceName), regType, domain);
364 String serviceName, String regType, String domain)
367 super.serviceLost( browser, flags, ifIndex, this.mapTypeToName( serviceName), regType, domain);
402 /* Called when a domain i
237 serviceFound( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument
245 serviceLost( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument
355 serviceFound( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument
363 serviceLost( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument
403 domainFound( DNSSDService domainEnum, int flags, int ifIndex, String domain) argument
409 domainLost( DNSSDService domainEnum, int flags, int ifIndex, String domain) argument
[all...]
H A DDNSSDUnitTest.java152 String regType, String domain)
155 " serviceName:" + serviceName + " regType:" + regType + " domain:" + domain;
180 String regType, String domain)
184 " serviceName:" + serviceName + " regType:" + regType + " domain:" + domain;
199 String serviceName, String regType, String domain)
203 " serviceName:" + serviceName + " regType:" + regType + " domain:" + domain;
207 new ResolveTest( 0, ifIndex, serviceName, regType, domain);
151 serviceRegistered( DNSSDRegistration registration, int flags, String serviceName, String regType, String domain) argument
179 serviceRegistered( DNSSDRegistration registration, int flags, String serviceName, String regType, String domain) argument
198 serviceFound( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument
210 serviceLost( DNSSDService browser, int flags, int ifIndex, String serviceName, String regType, String domain) argument
234 domainFound( DNSSDService enumerator, int flags, int ifIndex, String domain) argument
242 domainLost( DNSSDService enumerator, int flags, int ifIndex, String domain) argument
258 ResolveTest( int flags, int ifIndex, String serviceName, String regType, String domain) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Drollover.c65 static dki_t *genkey (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status) argument
69 if ( listp == NULL || domain == NULL )
73 dkp = dki_new (dir, domain, DKI_KSK, conf->k_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
75 dkp = dki_new (dir, domain, DKI_ZSK, conf->k_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
82 static dki_t *genkey2 (dki_t **listp, const char *dir, const char *domain, int ksk, const zconf_t *conf, int status) argument
86 if ( listp == NULL || domain == NULL )
90 dkp = dki_new (dir, domain, DKI_KSK, conf->k2_algo, conf->k_bits, conf->k_random, conf->k_life / DAYSEC);
92 dkp = dki_new (dir, domain, DKI_ZSK, conf->k2_algo, conf->z_bits, conf->z_random, conf->z_life / DAYSEC);
364 int ksk5011status (dki_t **listp, const char *dir, const char *domain, const zconf_t *z) argument
394 domain, dk
532 zskstatus(dki_t **listp, const char *dir, const char *domain, const zconf_t *z) argument
[all...]
H A Dnscomm.c53 int dyn_update_freeze (const char *domain, const zconf_t *z, int freeze) argument
67 snprintf (str, sizeof (str), "\"%s\" in view \"%s\"", domain, z->view);
69 snprintf (str, sizeof (str), "\"%s\"", domain);
75 snprintf (cmdline, sizeof (cmdline), "%s %s %s IN %s", RELOADCMD, action, domain, z->view);
77 snprintf (cmdline, sizeof (cmdline), "%s %s %s", RELOADCMD, action, domain);
196 int reload_zone (const char *domain, const zconf_t *z) argument
203 dbg_val3 ("reload_zone %d :%s: :%s:\n", z->verbosity, domain, z->view);
205 snprintf (str, sizeof (str), "\"%s\" in view \"%s\"", domain, z->view);
207 snprintf (str, sizeof (str), "\"%s\"", domain);
213 snprintf (cmdline, sizeof (cmdline), "%s reload %s IN %s", RELOADCMD, domain,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDatabase.js33 WebInspector.Database = function(model, id, domain, name, version)
37 this._domain = domain;
72 get domain()
77 set domain(x)
198 payload.domain,
/macosx-10.9.5/CF-855.17/
H A DCFSocketStream.c218 CFStringRef domain = CFErrorGetDomain(error); local
219 if (CFEqual(domain, kCFErrorDomainPOSIX)) {
220 result.domain = kCFStreamErrorDomainPOSIX;
221 } else if (CFEqual(domain, kCFErrorDomainOSStatus)) {
222 result.domain = kCFStreamErrorDomainMacOSStatus;
223 } else if (CFEqual(domain, kCFErrorDomainMach)) {
224 result.domain = 11; // kCFStreamErrorDomainMach, but that symbol is in CFNetwork
226 result.domain = kCFStreamErrorDomainCustom;
245 if (streamError->domain == kCFStreamErrorDomainPOSIX) {
247 } else if (streamError->domain
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A DNSSystemDirectories.c336 int domain, i, n; local
339 if ((i = Index(dir)) < 0 || (domain = ffs(domainMask)) == 0)
341 domain--; // adjust to zero-based index
346 domainMask &= ~(1 << domain);
347 if ((prefix = p[domain]) != NULL) {
350 if ((domain = ffs(domainMask)) == 0) {
353 domain--; // adjust to zero-based index
357 } else { // multiple paths per domain
362 if (dirIndex >= n) { // done with the current domain, go to the next
363 domainMask &= ~(1 << domain);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCookieJarCurl.cpp44 static void addMatchingCurlCookie(const char* cookie, const String& domain, const String& path, StringBuilder& cookies, bool httponly) argument
46 // Check if the cookie matches domain and path, and is not expired.
57 // domain - The domain that created AND that can read the variable.
58 // flag - A TRUE/FALSE value indicating if all machines within a given domain can access the variable. This value is set automatically by the browser, depending on the value you set for domain.
59 // path - The path within the domain that the variable is valid for.
60 // secure - A TRUE/FALSE value indicating if a secure connection with the domain is needed to access the variable.
83 // Check if domain is a subdomain of the domain i
177 String domain = url.host(); local
264 String domain = url.host(); local
[all...]
/macosx-10.9.5/rsync-42/rsync/support/
H A Drsyncstats29 'domain-report|d' => \$domain_report,
30 'domain|D:s' => \$only_domain,
44 print "Transfer Totals include the '$only_domain' domain only.\n";
101 $domain = $address[$#address];
103 { $domain = "unresolved"; }
106 next unless (substr($domain,0,length($only_domain)) eq $only_domain);
117 $domainfiles{$domain}++;
120 $domainbytes{$domain} += $bytes; # xmit bytes to domain
218 $domain,
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c67 #include <sys/domain.h>
83 static void pr_init_old(struct protosw *, struct domain *);
84 static void init_proto(struct protosw *, struct domain *);
85 static void attach_proto(struct protosw *, struct domain *);
86 static void detach_proto(struct protosw *, struct domain *);
87 static void dom_init_old(struct domain *);
88 static void init_domain(struct domain *);
89 static void attach_domain(struct domain *);
90 static void detach_domain(struct domain *);
92 static struct domain *pffinddomain_locke
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dsearch.c40 char *domain = NULL; local
74 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) {
82 Debug( LDAP_DEBUG_TRACE, "DNSSRV: dn=\"%s\" -> domain=\"%s\"\n",
83 op->o_req_dn.bv_len ? op->o_req_dn.bv_val : "", domain, 0 );
85 if( ( rc = ldap_domain2hostlist( domain, &hostlist ) ) ) {
130 rc = ldap_domain2dn(domain, &refdn);
187 bv.bv_val = domain;
207 ber_str2bv( domain, 0, 0, &bv );
235 if( domain !
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/user/win32/
H A Duserinfo.c208 char *domain;
215 domain = apr_pstrndup(p, username, pos - username);
219 domain = apr_pstrndup(p, username, pos - username);
223 domain = NULL;
227 rv = LookupAccountName(domain, username, domain, &sidlen,
234 rv = LookupAccountName(domain, username, *uid, &sidlen,
255 char name[MAX_PATH], domain[MAX_PATH];
256 DWORD cbname = sizeof(name), cbdomain = sizeof(domain);
259 if (!LookupAccountSid(NULL, userid, name, &cbname, domain,
[all...]
/macosx-10.9.5/apr-30/apr/apr/user/win32/
H A Duserinfo.c208 char *domain;
215 domain = apr_pstrndup(p, username, pos - username);
219 domain = apr_pstrndup(p, username, pos - username);
223 domain = NULL;
227 rv = LookupAccountName(domain, username, domain, &sidlen,
234 rv = LookupAccountName(domain, username, *uid, &sidlen,
255 char name[MAX_PATH], domain[MAX_PATH];
256 DWORD cbname = sizeof(name), cbdomain = sizeof(domain);
259 if (!LookupAccountSid(NULL, userid, name, &cbname, domain,
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DPlatformCommon.c102 mDNSexport void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled) argument
109 if (domain) domain->c[0] = 0;
116 if (domain && GetConfigOption(buf, "zone", f) && !MakeDomainNameFromDNSNameString(domain, buf)) goto badf;
128 if (domain && domain->c[0] && buf[0])
131 // for now we assume keyname = service reg domain and we use same key for service and hostname registration
132 err = mDNS_SetSecretForDomain(m, info, domain, domain, bu
[all...]
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_authcache.c43 CFStringRef domain; /* can be NULL if there is no account domain */ member in struct:authcache_entry
129 if (entry_ptr->domain != NULL)
131 CFRelease(entry_ptr->domain);
132 entry_ptr->domain = NULL;
147 entry_ptr->domain = new_domain;
178 CFStringRef *domain,
227 *domain = mount_domain;
247 CFStringRef *domain,
250 #pragma unused(domain)
174 CopyMountCredentials( CFHTTPAuthenticationRef auth, CFStringRef *username, CFStringRef *password, CFStringRef *domain, int *secureAuth) argument
244 CopyMountProxyCredentials(CFHTTPAuthenticationRef auth, CFStringRef *username, CFStringRef *password, CFStringRef *domain, int *secureAuth) argument
323 CFStringRef domain; local
402 CFStringRef domain; local
974 authcache_init( char *username, char *password, char *proxy_username, char *proxy_password, char *domain) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecCFError.c63 void SecCFCreateError(CFIndex errorCode, CFStringRef domain, CFStringRef descriptionString, argument
68 SecCFCreateErrorWithFormat(errorCode, domain, previousError, newError, NULL, descriptionString);
72 void SecCFCreateErrorWithFormat(CFIndex errorCode, CFStringRef domain, CFErrorRef previousError, CFErrorRef *newError, argument
78 SecCFCreateErrorWithFormatAndArguments(errorCode, domain, previousError, newError, formatoptions, format, args);
83 void SecCFCreateErrorWithFormatAndArguments(CFIndex errorCode, CFStringRef domain, argument
94 *newError = CFErrorCreateWithUserInfoKeysAndValues(kCFAllocatorDefault, domain, errorCode,
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecCFError.c63 void SecCFCreateError(CFIndex errorCode, CFStringRef domain, CFStringRef descriptionString, argument
68 SecCFCreateErrorWithFormat(errorCode, domain, previousError, newError, NULL, descriptionString);
72 void SecCFCreateErrorWithFormat(CFIndex errorCode, CFStringRef domain, CFErrorRef previousError, CFErrorRef *newError, argument
78 SecCFCreateErrorWithFormatAndArguments(errorCode, domain, previousError, newError, formatoptions, format, args);
83 void SecCFCreateErrorWithFormatAndArguments(CFIndex errorCode, CFStringRef domain, argument
94 *newError = CFErrorCreateWithUserInfoKeysAndValues(kCFAllocatorDefault, domain, errorCode,
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebError.cpp105 /* [in] */ BSTR domain,
109 m_error = ResourceError(String(domain, SysStringLen(domain)), code, String(url, SysStringLen(url)), String());
120 HRESULT STDMETHODCALLTYPE WebError::domain( function in class:WebError
126 *result = BString(m_error.domain()).release();
206 *result = m_error.domain() == String(WebKitErrorDomain)
104 init( BSTR domain, int code, BSTR url) argument
/macosx-10.9.5/libiconv-41/libiconv/po/
H A DMakefile.msvc.sh3 domain=$1
50 \$(INSTALL_DATA) ${lang}.gmo \$(localedir)\\${lang}\\LC_MESSAGES\\${domain}.mo
76 \$(RM) \$(localedir)\\${lang}\\LC_MESSAGES\\${domain}.mo
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DDNSServiceDiscoveryRequest.defs37 in domain: DNSCString);
50 in domain: DNSCString;
60 in domain: DNSCString);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DClient.c46 domainname domain; local
57 DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain);
61 ConvertDomainNameToCString(&domain, domainC);
69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
105 "Usage: %s [-v level] [-t type] [-d domain]\n",
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain);
176 // mDNS query, looking for all AFP servers in the local domain.
182 domainname domain; local
197 MakeDomainNameFromDNSNameString(&domain, gServiceDomai
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/
H A DLDAPI.pm23 Net::LDAPI - use LDAP over a UNIX domain socket
39 domain socket. This mechanism is non-standard, UNIX-specific and not
52 specify the location of the UNIX domain socket to connect to. See
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dntlm.c94 char *user = NULL, *domain = NULL; local
106 ret = krb5_ret_stringz(response, &domain);
108 krb5_err(context, ret, 1, "ret: domain");
111 printf("user: %s domain: %s\n", user, domain);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dtest_plugin.c54 int domain,
81 int domain,
87 realm, domain, type, add, addctx);
50 resolve_lookup(void *ctx, unsigned long flags, enum locate_service_type service, const char *realm, int domain, int type, int (*add)(void *,int,struct sockaddr *), void *addctx) argument
77 resolve_lookup_old(void *ctx, unsigned long flags, enum locate_service_type service, const char *realm, int domain, int type, int (*add)(void *,int,struct sockaddr *), void *addctx) argument
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustSettings.h63 TrustSettings(SecTrustSettingsDomain domain);
78 SecTrustSettingsDomain domain,
88 SecTrustSettingsDomain domain,

Completed in 346 milliseconds

1234567891011>>