ldif_type_and_value_with_options
if (( ldif = ldif_type_and_value_with_options( type, value, (int)vallen,
char *ldif_type_and_value_with_options( char *type, char *val, int vlen,
return ldif_type_and_value_with_options( type, val, vlen, 0 );
return ldif_type_and_value_with_options( type, val, vlen, LDIF_OPT_NOWRAP );