Searched refs:LDAP_RES_ANY (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | result.c | 191 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 D | ldapsearch.c | 807 rc = ldap_result( ld, LDAP_RES_ANY, 1, NULL, &res ); 809 while ( (rc = ldap_result( ld, LDAP_RES_ANY, 0, NULL, &res )) !=
|
H A D | common.c | 1473 rc = wait4result( ld, LDAP_RES_ANY, NULL, msg );
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 217 #define LDAP_RES_ANY (-1) macro
|
/titanic_41/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 1333 rc = ldap_result(adh->ld, LDAP_RES_ANY, 0, timeout, &res); in get_adobject_batch()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 1077 while (ldap_result(cp->ld, LDAP_RES_ANY, LDAP_MSG_ALL, in _DropConnection()
|
H A D | ns_connmgmt.c | 1622 while (ldap_result(cm->conn->ld, LDAP_RES_ANY, in __s_api_conn_mt_return()
|