Home
last modified time | relevance | path

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

/curl/lib/
H A Dopenldap.c526 char *hosturl; in oldap_connect() local
553 hosturl = aprintf("%s://%s%s%s:%d", in oldap_connect()
559 if(!hosturl) in oldap_connect()
562 rc = ldap_init_fd(conn->sock[FIRSTSOCKET], li->proto, hosturl, &li->ld); in oldap_connect()
565 hosturl, ldap_err2string(rc)); in oldap_connect()
566 free(hosturl); in oldap_connect()
570 free(hosturl); in oldap_connect()

Completed in 6 milliseconds