ber_put_ostring
rc = ber_put_ostring( ber, s, len, (char)ber->ber_tag );
if ( (rc = ber_put_ostring( ber, bv[i]->bv_val,
int LDAP_CALL ber_put_ostring(BerElement *ber, char *str,
return( ber_put_ostring( ber, str, (ber_len_t) strlen( str ), tag ));
rc = ber_put_ostring( ber, s, len, ber->ber_tag );
rc = ber_put_ostring( ber, "", 0, ber->ber_tag );
rc = ber_put_ostring( ber, bval->bv_val, bval->bv_len,
if ( (rc = ber_put_ostring( ber, bv[i]->bv_val,