Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c100 #undef LDAPURLDesc
101 #define LDAPURLDesc struct ldap_urldesc macro
104 LDAPURLDesc **ludp);
105 static void _ldap_free_urldesc(LDAPURLDesc *ludp);
274 LDAPURLDesc *ludp = NULL; in Curl_ldap()
822 static int _ldap_url_parse2(const struct connectdata *conn, LDAPURLDesc *ludp) in _ldap_url_parse2()
1039 LDAPURLDesc **ludpp) in _ldap_url_parse()
1041 LDAPURLDesc *ludp = calloc(1, sizeof(*ludp)); in _ldap_url_parse()
1057 static void _ldap_free_urldesc(LDAPURLDesc *ludp) in _ldap_free_urldesc()
Dopenldap.c175 LDAPURLDesc *lud; in ldap_setup_connection()
382 LDAPURLDesc *ludp = NULL; in ldap_do()