Home
last modified time | relevance | path

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

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