Searched refs:inHostName (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/KerberosHelper-148/Source/
H A DDeconstructServiceName.h26 Boolean _CFNetServiceDeconstructServiceName(CFStringRef inHostName, char **inHostNameString);
H A DKerberosHelperContext.h40 CFStringRef inHostName; /* User input string, still printable */ member in struct:KRBhelperContext
H A DKerberosHelper.c333 KRBCreateSession(CFStringRef inHostName, CFStringRef inAdvertisedPrincipal, argument
346 if (inHostName)
347 CFDictionarySetValue (inInfo, kKRBHostnameKey, inHostName);
363 CFStringRef inHostName, inAdvertisedPrincipal, noLocalKDC; local
381 inHostName = CFDictionaryGetValue(inDict, kKRBHostnameKey);
386 inHostName ? "iHN" : "-",
419 if (NULL == inHostName) {
443 if (! _CFNetServiceDeconstructServiceName (inHostName, &hostname))
444 __KRBCreateUTF8StringFromCFString (inHostName, &hostname);
454 hCtx->inHostName
[all...]
H A DKerberosHelper.h42 inHostName is the name of the host to get the service principal and/or user principal for. If inHostName is NULL, it is
48 OSStatus KRBCreateSession (CFStringRef inHostName, CFStringRef inAdvertisedPrincipal, void **outKerberosSession)
56 kKRBHostnameKey the name of the host to get the service principal and/or user principal for. If inHostName is NULL, it is
H A DDeconstructServiceName.c235 _CFNetServiceDeconstructServiceName(CFStringRef inHostName, char **inHostNameString) argument
242 if (CFStringGetCString(inHostName, serviceNameStr, MAX_ESCAPED_DOMAIN_NAME, kCFStringEncodingUTF8)) {
/macosx-10.9.5/KerberosHelper-148/Tests/
H A DKRBCreateSession.c35 CFStringRef inHostName = NULL, inAdvertisedPrincipal = NULL; local
42 inHostName = CFStringCreateWithCString (NULL, inHostNameString, kCFStringEncodingASCII);
49 err = KRBCreateSession (inHostName, inAdvertisedPrincipal, &krbHelper);
91 CFRelease(inHostName);
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h240 const char * inHostName,
H A DExplorerBarWindow.cpp578 const char * inHostName,
604 dlog( kDebugLevelNotice, "resolved %s on ifi %d to %s\n", inFullName, inInterfaceIndex, inHostName );
615 UTF8StringToStringObject( inHostName, resolve->host );
572 ResolveCallBack( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, const char * inHostName, uint16_t inPort, uint16_t inTXTSize, const char * inTXT, void * inContext ) argument
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.h200 const char * inHostName,
H A DPrinterSetupWizardSheet.cpp1093 const char * inHostName,
1126 err = UTF8StringToStringObject( inHostName, service->hostname );
1087 OnResolve( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, const char * inHostName, uint16_t inPort, uint16_t inTXTSize, const char * inTXT, void * inContext ) argument
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientshim.c747 const char * inHostName,
769 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A,
777 LogMsg("DNSServiceGetAddrInfo(\"%s\", %d) failed: %s (%ld)", inHostName, inProtocol, errormsg, err);
742 DNSServiceGetAddrInfo( DNSServiceRef * outRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceProtocol inProtocol, const char * inHostName, DNSServiceGetAddrInfoReply inCallback, void * inContext ) argument

Completed in 192 milliseconds