Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dopenldap.c524 char *hosturl; in oldap_connect() local
551 hosturl = aprintf("ldap%s://%s:%d", in oldap_connect()
554 if(!hosturl) in oldap_connect()
557 rc = ldap_init_fd(conn->sock[FIRSTSOCKET], li->proto, hosturl, &li->ld); in oldap_connect()
560 hosturl, ldap_err2string(rc)); in oldap_connect()
561 free(hosturl); in oldap_connect()
565 free(hosturl); in oldap_connect()

Completed in 3 milliseconds