OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ludp
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
ldap.c
114
LDAPURLDesc **
ludp
);
115
static void _ldap_free_urldesc (LDAPURLDesc *
ludp
);
191
LDAPURLDesc *
ludp
= NULL;
local
220
rc = ldap_url_parse(data->change.url, &
ludp
);
222
rc = _ldap_url_parse(conn, &
ludp
);
418
rc = ldap_search_s(server,
ludp
->lud_dn,
ludp
->lud_scope,
419
ludp
->lud_filter,
ludp
->lud_attrs, 0, &ldapmsg);
663
if(
ludp
)
977
LDAPURLDesc *
ludp
= calloc(1, sizeof(*
ludp
));
local
[
all
...]
openldap.c
353
LDAPURLDesc *
ludp
= NULL;
local
361
rc = ldap_url_parse(data->change.url, &
ludp
);
374
rc = ldap_search_ext(li->ld,
ludp
->lud_dn,
ludp
->lud_scope,
375
ludp
->lud_filter,
ludp
->lud_attrs, 0,
377
ldap_free_urldesc(
ludp
);
Completed in 2175 milliseconds