HomeSort by relevance Sort by last modified time
    Searched full:hosturl (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
openldap.c 194 char hosturl[1024]; local
199 strcpy(hosturl, "ldap");
200 ptr = hosturl+4;
203 snprintf(ptr, sizeof(hosturl)-(ptr-hosturl), "://%s:%d",
206 rc = ldap_init_fd(conn->sock[FIRSTSOCKET], li->proto, hosturl, &li->ld);
209 hosturl, ldap_err2string(rc));

Completed in 78 milliseconds