Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c320 LDAPURLDesc *ludp = NULL; in ldap_do() local
861 const struct connectdata *conn, LDAPURLDesc *ludp) in _ldap_url_parse2()
1080 LDAPURLDesc *ludp = calloc(1, sizeof(*ludp)); in _ldap_url_parse() local
1096 static void _ldap_free_urldesc(LDAPURLDesc *ludp) in _ldap_free_urldesc()
Dopenldap.c252 static CURLcode oldap_url_parse(struct Curl_easy *data, LDAPURLDesc **ludp) in oldap_url_parse()