Searched refs:ludp (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/ |
H A D | ldap.c | 127 LDAPURLDesc **ludp); 128 static void _ldap_free_urldesc(LDAPURLDesc *ludp); 307 LDAPURLDesc *ludp = NULL; in ldap_do() local 333 rc = ldap_url_parse(data->state.url, &ludp); in ldap_do() 335 rc = _ldap_url_parse(data, conn, &ludp); in ldap_do() 538 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope, in ldap_do() 539 ludp->lud_filter, ludp->lud_attrs, 0, &ldapmsg); in ldap_do() 740 if(ludp) in ldap_do() 843 _ldap_url_parse2(struct Curl_easy *data, const struct connectdata *conn, LDAPURLDesc *ludp) _ldap_url_parse2() argument 1063 LDAPURLDesc *ludp = calloc(1, sizeof(*ludp)); _ldap_url_parse() local 1079 _ldap_free_urldesc(LDAPURLDesc *ludp) _ldap_free_urldesc() argument [all...] |
H A D | openldap.c | 252 static CURLcode oldap_url_parse(struct Curl_easy *data, LDAPURLDesc **ludp) in oldap_url_parse() argument 270 *ludp = NULL; in oldap_url_parse() 273 rc = ldap_url_parse(data->state.url, ludp); in oldap_url_parse()
|
Completed in 3 milliseconds