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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dopenldap.c194 char hosturl[1024], *ptr; local
197 strcpy(hosturl, "ldap");
198 ptr = hosturl+4;
201 snprintf(ptr, sizeof(hosturl)-(ptr-hosturl), "://%s:%d",
204 rc = ldap_init_fd(conn->sock[FIRSTSOCKET], li->proto, hosturl, &li->ld);
207 hosturl, ldap_err2string(rc));

Completed in 76 milliseconds