Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dmodify.c44 Modification *mods = &modlist->sml_mod; in perl_back_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dmodify.c79 mod = &ml->sml_mod; in sock_back_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h1242 Modification sml_mod; member
1243 #define sml_op sml_mod.sm_op
1244 #define sml_flags sml_mod.sm_flags
1245 #define sml_desc sml_mod.sm_desc
1246 #define sml_type sml_mod.sm_type
1247 #define sml_values sml_mod.sm_values
1248 #define sml_nvalues sml_mod.sm_nvalues
1249 #define sml_numvals sml_mod.sm_numvals
H A Dmods.c488 slap_mod_free( &ml->sml_mod, 0 ); in slap_mods_free()
H A Dsyncrepl.c3386 slap_mod_free( &mod->sml_mod, 0 ); in syncrepl_message_to_entry()
3400 slap_mod_free( &mod->sml_mod, 0 ); in syncrepl_message_to_entry()
3621 slap_mod_free( &mod->sml_mod, 0 ); in syncrepl_dirsync_message()
3634 slap_mod_free( &mod->sml_mod, 0 ); in syncrepl_dirsync_message()
3648 slap_mod_free( &mod->sml_mod, 0 ); in syncrepl_dirsync_message()
H A Dbconfig.c6134 rc = modify_delete_vindex(e, &ml->sml_mod, in config_modify_internal()
6190 rc = modify_add_values(e, &ml->sml_mod, in config_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dadd.c297 ad = ml->sml_mod.sm_desc; in backsql_modify_internal()
298 sm_op = ( ml->sml_mod.sm_op & LDAP_MOD_OP ); in backsql_modify_internal()
299 sm_values = ml->sml_mod.sm_values; in backsql_modify_internal()
301 sm_nvalues = ml->sml_mod.sm_nvalues; in backsql_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dmodify.c105 mod = &ml->sml_mod; in wt_modify_internal()
136 mod = &ml->sml_mod; in wt_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmodify.c116 mod = &ml->sml_mod; in mdb_modify_internal()
147 mod = &ml->sml_mod; in mdb_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dlog.c128 Modification *mod = &ml->sml_mod; in monitor_subsys_log_modify()
H A Ddatabase.c699 Modification *mod = &ml->sml_mod; in monitor_subsys_database_modify()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A Dpguid.c93 if ( ml->sml_mod.sm_desc == slap_schema.si_ad_entryUUID ) { in pguid_op_add()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c948 slap_mod_free( &ml->sml_mod, 0 ); in memberof_op_modify()
1068 slap_mod_free( &ml->sml_mod, 0 ); in memberof_op_modify()
1186 slap_mod_free( &ml->sml_mod, 0 ); in memberof_op_modify()
H A Dconstraint.c1083 Modification *mod = &ml->sml_mod; in constraint_update()
H A Drwm.c717 slap_mod_free( &ml->sml_mod, 0 ); in rwm_op_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dmodify.cpp228 mod = &ml->sml_mod; in ndb_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1164 mods = &modlist->sml_mod; in apply_modify_to_entry()