Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c115 LDAPURLDesc **ludp);
116 static void _ldap_free_urldesc (LDAPURLDesc *ludp);
192 LDAPURLDesc *ludp = NULL; in Curl_ldap() local
221 rc = ldap_url_parse(data->change.url, &ludp); in Curl_ldap()
223 rc = _ldap_url_parse(conn, &ludp); in Curl_ldap()
419 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope, in Curl_ldap()
420 ludp->lud_filter, ludp->lud_attrs, 0, &ldapmsg); in Curl_ldap()
664 if(ludp) in Curl_ldap()
665 ldap_free_urldesc(ludp); in Curl_ldap()
771 static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp) in _ldap_url_parse2() argument
[all …]
Dopenldap.c354 LDAPURLDesc *ludp = NULL; in ldap_do() local
362 rc = ldap_url_parse(data->change.url, &ludp); in ldap_do()
375 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope, in ldap_do()
376 ludp->lud_filter, ludp->lud_attrs, 0, in ldap_do()
378 ldap_free_urldesc(ludp); in ldap_do()