Searched refs:urlify_hostnames (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/wldap32/ |
H A D | init.c | 190 static char *urlify_hostnames( const char *scheme, char *hostnames, ULONG port ) in urlify_hostnames() function 285 url = urlify_hostnames( "cldap://", hostnameU, portnumber ); in cldap_openW() 394 url = urlify_hostnames( "ldap://", hostnameU, portnumber ); in ldap_initW() 476 url = urlify_hostnames( "ldap://", hostnameU, portnumber ); in ldap_openW() 560 url = urlify_hostnames( "ldaps://", hostnameU, portnumber ); in ldap_sslinitW() 562 url = urlify_hostnames( "ldap://", hostnameU, portnumber ); in ldap_sslinitW()
|