HomeSort by relevance Sort by last modified time
    Searched refs:ludp (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
ldap.c 104 LDAPURLDesc **ludp);
105 static void _ldap_free_urldesc(LDAPURLDesc *ludp);
259 LDAPURLDesc *ludp = NULL; local
286 rc = ldap_url_parse(data->change.url, &ludp);
288 rc = _ldap_url_parse(conn, &ludp);
488 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope,
489 ludp->lud_filter, ludp->lud_attrs, 0, &ldapmsg);
733 if(ludp)
1054 LDAPURLDesc *ludp = calloc(1, sizeof(*ludp)); local
    [all...]
openldap.c 383 LDAPURLDesc *ludp = NULL; local
391 rc = ldap_url_parse(data->change.url, &ludp);
404 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope,
405 ludp->lud_filter, ludp->lud_attrs, 0,
407 ldap_free_urldesc(ludp);

Completed in 3211 milliseconds