Home
last modified time | relevance | path

Searched refs:LDAP_RES_ANY (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c191 if ( msgid == LDAP_RES_ANY || lm->lm_msgid == msgid ) { in check_response_queue()
314 if ( msgid != LDAP_RES_ANY && msgid != LDAP_RES_UNSOLICITED ) {
718 if ( msgid == LDAP_RES_ANY || id == msgid ) {
1305 if( msgid == LDAP_RES_ANY ) {
/titanic_41/usr/src/cmd/ldap/common/
H A Dldapsearch.c807 rc = ldap_result( ld, LDAP_RES_ANY, 1, NULL, &res );
809 while ( (rc = ldap_result( ld, LDAP_RES_ANY, 0, NULL, &res )) !=
H A Dcommon.c1473 rc = wait4result( ld, LDAP_RES_ANY, NULL, msg );
/titanic_41/usr/src/head/
H A Dldap.h217 #define LDAP_RES_ANY (-1) macro
/titanic_41/usr/src/lib/libadutils/common/
H A Dadutils.c1333 rc = ldap_result(adh->ld, LDAP_RES_ANY, 0, timeout, &res); in get_adobject_batch()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connect.c1077 while (ldap_result(cp->ld, LDAP_RES_ANY, LDAP_MSG_ALL, in _DropConnection()
H A Dns_connmgmt.c1622 while (ldap_result(cm->conn->ld, LDAP_RES_ANY, in __s_api_conn_mt_return()