Searched refs:ldapversion (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c57 int rc, simple, msgid, ldapversion; local
84 ldapversion = NSLDAPI_LDAP_VERSION( ld );
87 if ( !simple && ldapversion < LDAP_VERSION3 ) {
126 ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val,
132 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL,
136 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL,
H A Dresult.c55 int ldapversion, int *totalcountp, int *chasingcountp );
898 int ldapversion, int *totalcountp, int *chasingcountp )
907 if ( ldapversion < LDAP_VERSION2 || ( lr->lr_parent == NULL
934 } else if ( ldapversion == LDAP_VERSION2
966 lr->lr_res_errno = ( ldapversion == LDAP_VERSION2 )
897 check_for_refs( LDAP *ld, LDAPRequest *lr, BerElement *ber, int ldapversion, int *totalcountp, int *chasingcountp ) argument

Completed in 31 milliseconds