Home
last modified time | relevance | path

Searched refs:hosturl (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dopenldap.c214 char hosturl[1024]; in ldap_connect() local
219 strcpy(hosturl, "ldap"); in ldap_connect()
220 ptr = hosturl + 4; in ldap_connect()
223 msnprintf(ptr, sizeof(hosturl)-(ptr-hosturl), "://%s:%d", in ldap_connect()
235 rc = ldap_init_fd(conn->sock[FIRSTSOCKET], li->proto, hosturl, &li->ld); in ldap_connect()
238 hosturl, ldap_err2string(rc)); in ldap_connect()