Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c110 #undef LDAPURLDesc
111 #define LDAPURLDesc CURL_LDAPURLDesc macro
114 LDAPURLDesc **ludp);
115 static void _ldap_free_urldesc (LDAPURLDesc *ludp);
191 LDAPURLDesc *ludp = NULL; in Curl_ldap()
770 static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp) in _ldap_url_parse2()
975 LDAPURLDesc **ludpp) in _ldap_url_parse()
977 LDAPURLDesc *ludp = calloc(1, sizeof(*ludp)); in _ldap_url_parse()
993 static void _ldap_free_urldesc (LDAPURLDesc *ludp) in _ldap_free_urldesc()
Dopenldap.c152 LDAPURLDesc *lud; in ldap_setup_connection()
353 LDAPURLDesc *ludp = NULL; in ldap_do()