Searched refs:kSSLClientPropTLSServerHostName (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/webdavfs-367/webdav_cert_ui.tproj/
H A DController.m41 #define kSSLClientPropTLSServerHostName CFSTR("TLSServerHostName") /* CFString */
297 host_name = CFDictionaryGetValue(the_dict, kSSLClientPropTLSServerHostName);
/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c47 #define kSSLClientPropTLSServerHostName CFSTR("TLSServerHostName") /* CFString */ macro
299 /* get the host name from the base URL and add it with the kSSLClientPropTLSServerHostName key */
303 CFDictionaryAddValue(dict, kSSLClientPropTLSServerHostName, host_name);

Completed in 194 milliseconds