OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldapmsg
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
ldap.c
191
LDAPMessage *
ldapmsg
= NULL;
local
418
ludp->lud_filter, ludp->lud_attrs, 0, &
ldapmsg
);
426
for(num = 0, entryIterator = ldap_first_entry(server,
ldapmsg
);
656
if(
ldapmsg
) {
657
ldap_msgfree(
ldapmsg
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h
165
typedef struct
ldapmsg
{
struct
169
struct
ldapmsg
*lm_chain;
170
struct
ldapmsg
*lm_next;
[
all
...]
Completed in 119 milliseconds