Searched defs:ldap_result (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c68 * ldap_result - wait for an ldap result response to a message from the
70 * ldap_result will wait for a response with msgid. If all is 0 the
71 * first message with id msgid will be accepted, otherwise, ldap_result
79 * ldap_result( s, msgid, all, timeout, result )
83 ldap_result( function
93 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_result\n", 0, 0, 0 );
/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c91 * ldap_result - wait for an ldap result response to a message from the
93 * ldap_result will wait for a response with msgid.
97 * Otherwise, ldap_result will wait for all responses with id msgid and
105 * ldap_result( s, msgid, all, timeout, result )
108 ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout, function
125 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 223, "ldap_result\n"), 0, 0, 0 );

Completed in 37 milliseconds