]> git.sur5r.net Git - openldap/commitdiff
cleanup: Rename rs_ensure_entry_modifiable().
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 28 Jan 2011 16:33:55 +0000 (16:33 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 28 Jan 2011 16:33:55 +0000 (16:33 +0000)
The name rs_entry2modifiable() is more reasonably sized.
For now, leave behind a macro rs_ensure_entry_modifiable in proto-slap.h.

contrib/slapd-modules/cloak/cloak.c
contrib/slapd-modules/dupent/dupent.c
contrib/slapd-modules/usn/usn.c
servers/slapd/overlays/collect.c
servers/slapd/overlays/syncprov.c
servers/slapd/overlays/valsort.c
servers/slapd/proto-slap.h
servers/slapd/result.c

index ae4bca63884e6d09ae4605004b577b5597e8fa77..fcb6a8025bae5a999964a19616a78d8b514a2450 100644 (file)
@@ -220,7 +220,7 @@ cloak_search_response_cb( Operation *op, SlapReply *rs )
        /*
         * We are now committed to cloak an attribute.
         */
-       rs_ensure_entry_modifiable( op, rs, (slap_overinst *) op->o_bd->bd_info );
+       rs_entry2modifiable( op, rs, (slap_overinst *) op->o_bd->bd_info );
        me = rs->sr_entry;
                
        for ( ci = (cloak_info_t *)sc->sc_private; ci; ci = ci->ci_next ) {
index 50ae0ed6d184f1e3e940fe107081e62cff638237..257b5cd3ae963aa058ef648cf43a1cc411f28dd3 100644 (file)
@@ -403,7 +403,7 @@ dupent_response_entry( Operation *op, SlapReply *rs )
                return SLAP_CB_CONTINUE;
        }
 
-       rs_ensure_entry_modifiable( op, rs, dc->dc_on );
+       rs_entry2modifiable( op, rs, dc->dc_on );
        rs->sr_flags &= ~(REP_ENTRY_MODIFIABLE | REP_ENTRY_MUSTBEFREED);
        e = rs->sr_entry;
 
index ed283bbb58cde4c545499f2ed058ec74f88da490..db4a3f5160d13ba50e9f444243e89b67aca883b4 100644 (file)
@@ -135,7 +135,7 @@ usn_operational(
                                }
 
                        if ( !ap ) {
-                               if ( rs_ensure_entry_modifiable( op,rs, on )) {
+                               if ( rs_entry2modifiable( op,rs, on )) {
                                        a = attr_find( rs->sr_entry->e_attrs,
                                                ad_usnChanged );
                                }
index d484a4aff52ec6ee25598f7d76b26bcf735aff8d..2fc08ed4135d2d5c59502807bf36d998d245e061 100644 (file)
@@ -386,7 +386,7 @@ collect_response( Operation *op, SlapReply *rs )
                        * don't modify it directly. Make a copy and
                        * work with that instead.
                        */
-                       rs_ensure_entry_modifiable( op, rs, on );
+                       rs_entry2modifiable( op, rs, on );
 
                        /* Loop for each attribute in this collectinfo */
                        for(idx=0; idx<ci->ci_ad_num; idx++) {
index 194fcf867951ae649d674fb69b15b430708c8820..508784c2da04e6e1a418cc3b2eeb94aa9a7ddd87 100644 (file)
@@ -2762,7 +2762,7 @@ syncprov_operational(
                                }
 
                                if ( !ap ) {
-                                       if ( rs_ensure_entry_modifiable( op, rs, on )) {
+                                       if ( rs_entry2modifiable( op, rs, on )) {
                                                a = attr_find( rs->sr_entry->e_attrs,
                                                        slap_schema.si_ad_contextCSN );
                                        }
index f711b519c365679447f56c08ce3e668c68e54671..033cbf6d8cb785b85edb36adeec95a53bd56bdc5 100644 (file)
@@ -297,7 +297,7 @@ valsort_response( Operation *op, SlapReply *rs )
                a = attr_find( rs->sr_entry->e_attrs, vi->vi_ad );
                if ( !a ) continue;
 
-               if ( rs_ensure_entry_modifiable( op, rs, on )) {
+               if ( rs_entry2modifiable( op, rs, on )) {
                        a = attr_find( rs->sr_entry->e_attrs, vi->vi_ad );
                }
 
index dc05dae81810377faa79f6614850b0809854b942..dd86bf9ed361ea9f488da3262a43343a2e43a944 100644 (file)
@@ -1578,8 +1578,9 @@ LDAP_SLAPD_F (void) rs_flush_entry LDAP_P(( Operation *op,
        SlapReply *rs, slap_overinst *on ));
 LDAP_SLAPD_F (void) rs_replace_entry LDAP_P(( Operation *op,
        SlapReply *rs, slap_overinst *on, Entry *e ));
-LDAP_SLAPD_F (int) rs_ensure_entry_modifiable LDAP_P(( Operation *op,
+LDAP_SLAPD_F (int) rs_entry2modifiable LDAP_P(( Operation *op,
        SlapReply *rs, slap_overinst *on ));
+#define rs_ensure_entry_modifiable rs_entry2modifiable /* older name */
 LDAP_SLAPD_F (void) slap_send_ldap_result LDAP_P(( Operation *op, SlapReply *rs ));
 LDAP_SLAPD_F (void) send_ldap_sasl LDAP_P(( Operation *op, SlapReply *rs ));
 LDAP_SLAPD_F (void) send_ldap_disconnect LDAP_P(( Operation *op, SlapReply *rs ));
index 4161a0d3b7c5edb971281503441493440137d82b..0803f7fb80ce42add0af8176db03d900fa712232 100644 (file)
@@ -268,7 +268,7 @@ rs_replace_entry( Operation *op, SlapReply *rs, slap_overinst *on, Entry *e )
  * Return nonzero if rs->sr_entry was replaced.
  */
 int
-rs_ensure_entry_modifiable( Operation *op, SlapReply *rs, slap_overinst *on )
+rs_entry2modifiable( Operation *op, SlapReply *rs, slap_overinst *on )
 {
        if ( rs->sr_flags & REP_ENTRY_MODIFIABLE ) {
                rs_assert_ok( rs );