Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c104 LDAPURLDesc **ludp);
105 static void _ldap_free_urldesc(LDAPURLDesc *ludp);
259 LDAPURLDesc *ludp = NULL; in Curl_ldap() local
286 rc = ldap_url_parse(data->change.url, &ludp); in Curl_ldap()
288 rc = _ldap_url_parse(conn, &ludp); in Curl_ldap()
488 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope, in Curl_ldap()
489 ludp->lud_filter, ludp->lud_attrs, 0, &ldapmsg); in Curl_ldap()
733 if(ludp) in Curl_ldap()
734 ldap_free_urldesc(ludp); in Curl_ldap()
838 static int _ldap_url_parse2(const struct connectdata *conn, LDAPURLDesc *ludp) in _ldap_url_parse2() argument
[all …]
Dopenldap.c383 LDAPURLDesc *ludp = NULL; in ldap_do() local
391 rc = ldap_url_parse(data->change.url, &ludp); in ldap_do()
404 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope, in ldap_do()
405 ludp->lud_filter, ludp->lud_attrs, 0, in ldap_do()
407 ldap_free_urldesc(ludp); in ldap_do()