Searched refs:slap_mods_check (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmodify.c170 rs->sr_err = slap_mods_check( op, op->orm_modlist,
457 int slap_mods_check( function
H A Dadd.c173 rs->sr_err = slap_mods_check( op, modlist, &rs->sr_text,
447 /* checked for duplicates in slap_mods_check */
556 /* see slap_mods_check() comments...
H A Dslapcommon.c1221 rc = slap_mods_check( op, ml, text, textbuf, textlen, NULL );
H A Dsasl.c618 rc = slap_mods_check( &op, modlist, &text, textbuf, textlen, NULL );
H A Dproto-slap.h1297 LDAP_SLAPD_F( int ) slap_mods_check(
H A Dsyncrepl.c3058 rc = slap_mods_check( op, modlist, &text, txtbuf, textlen, NULL );
3342 mod->sml_numvals = 0; /* slap_mods_check will set this */
3373 rc = slap_mods_check( op, *modlist, &text, txtbuf, textlen, NULL );
3497 mod->sml_numvals = 0; /* slap_mods_check will set this */
3546 mod->sml_numvals = 0; /* slap_mods_check will set this */
3582 rc = slap_mods_check( op, *modlist, &text, txtbuf, textlen, NULL );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c471 rs->sr_err = slap_mods_check( pb->pb_op, pb->pb_op->ora_modlist, &rs->sr_text,
560 rs->sr_err = slap_mods_check( pb->pb_op, pb->pb_op->orm_modlist,
H A Dslapi_utils.c2719 * duplicated because slap_mods_check() will try to free them
2721 * slap_mods_check() because we need normalized values).
2793 if ( slap_mods_check( op, modlist, &text, textbuf, sizeof( textbuf ), NULL ) != LDAP_SUCCESS ) {

Completed in 216 milliseconds