Searched refs:ld_rebindproc (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dbind.c140 ld->ld_rebindproc = rebindproc;
H A Doption.c63 outvalue = (void *)ld->ld_rebindproc;
162 ld->ld_rebindproc = (LDAP_REBIND_FUNCTION *)invalue;
H A Drequest.c372 if ( ld->ld_version == LDAP_VERSION3 && ld->ld_rebindproc == NULL){
376 if ( ld->ld_rebindproc == NULL ) {
380 if (( err = (*ld->ld_rebindproc)( ld, &binddn, &passwd,
403 (*ld->ld_rebindproc)( ld, &binddn, &passwd,
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-private.h328 LDAP_REBIND_FUNCTION *ld_rebindproc; member in struct:ldap
330 /* int (*ld_rebindproc)( struct ldap *ld, char **dnp, */

Completed in 83 milliseconds