OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mod_tmp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
modrdn.c
410
Modifications *
mod_tmp
;
local
411
mod_tmp
= ( Modifications * )ch_malloc( sizeof( Modifications ) );
412
mod_tmp
->sml_desc = desc;
413
BER_BVZERO( &
mod_tmp
->sml_type );
414
mod_tmp
->sml_numvals = 1;
415
mod_tmp
->sml_values = ( BerVarray )ch_malloc( 2 * sizeof( struct berval ) );
416
ber_dupbv( &
mod_tmp
->sml_values[0], val );
417
mod_tmp
->sml_values[1].bv_val = NULL;
419
mod_tmp
->sml_nvalues = ( BerVarray )ch_malloc( 2 * sizeof( struct berval ) );
424
&
mod_tmp
->sml_values[0]
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026