Searched refs:lud_dn (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dldap.c82 char *lud_dn; member in struct:__anon971
369 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope,
556 if(ludp->lud_dn) {
557 char *dn = ludp->lud_dn;
561 ludp->lud_dn = new_dn;
578 * yields ludp->lud_dn = "".
599 ludp->lud_dn = strdup(conn->data->state.path+1);
600 if(!ludp->lud_dn)
603 p = strchr(ludp->lud_dn, '?');
604 LDAP_TRACE (("DN '%.*s'\n", p ? (size_t)(p-ludp->lud_dn)
[all...]
H A Dopenldap.c369 rc = ldap_search_ext(li->ld, ludp->lud_dn, ludp->lud_scope,

Completed in 101 milliseconds