Home
last modified time | relevance | path

Searched refs:mod_tmp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmodrdn.c407 Modifications *mod_tmp; in mod_op_add_val() local
408 mod_tmp = ( Modifications * )ch_malloc( sizeof( Modifications ) ); in mod_op_add_val()
409 mod_tmp->sml_desc = desc; in mod_op_add_val()
410 BER_BVZERO( &mod_tmp->sml_type ); in mod_op_add_val()
411 mod_tmp->sml_numvals = 1; in mod_op_add_val()
412 mod_tmp->sml_values = ( BerVarray )ch_malloc( 2 * sizeof( struct berval ) ); in mod_op_add_val()
413 ber_dupbv( &mod_tmp->sml_values[0], val ); in mod_op_add_val()
414 mod_tmp->sml_values[1].bv_val = NULL; in mod_op_add_val()
416 mod_tmp->sml_nvalues = ( BerVarray )ch_malloc( 2 * sizeof( struct berval ) ); in mod_op_add_val()
421 &mod_tmp->sml_values[0], in mod_op_add_val()
[all …]