ber_alloc_t
LDAP_API(BerElement*) LDAP_CALL ber_alloc_t(int options);
if (( ber = ber_alloc_t( 0 )) != NULLBER ) {
return( ber_alloc_t( 0 ) );
return( ber_alloc_t( LBER_OPT_USE_DER ) );
if (( *berp = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) {
if ((ber = ber_alloc_t(LBER_USE_DER)) == NULLBER){