| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | add.c | 112 *msgidp, LDAP_REQ_ADD, dn ); in ldap_build_add_req() 233 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_ADD, dn, ber, id ); in ldap_add_ext()
|
| D | ldifutil.c | 575 lr->lr_op = LDAP_REQ_ADD; in ldap_parse_ldif_record_x()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-null/ |
| D | null.c | 176 case LDAP_REQ_ADD: in null_back_respond() 179 if ( op->o_tag == LDAP_REQ_ADD ) { in null_back_respond() 215 case LDAP_REQ_ADD: in null_back_respond()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | auditlog.c | 97 case LDAP_REQ_ADD: in auditlog_response() 148 case LDAP_REQ_ADD: in auditlog_response()
|
| D | retcode.c | 313 case LDAP_REQ_ADD: in retcode_op_func() 385 case LDAP_REQ_ADD: in retcode_op_func() 529 case LDAP_REQ_ADD: in retcode_op2str()
|
| D | translucent.c | 358 op->o_tag = LDAP_REQ_ADD; in translucent_modrdn() 580 op->o_tag = LDAP_REQ_ADD; in translucent_modify() 718 nop.o_tag = LDAP_REQ_ADD; in translucent_pwmod()
|
| D | accesslog.c | 1487 case LDAP_REQ_ADD: return LOG_EN_ADD; in accesslog_op2logop() 1911 op2.o_tag = LDAP_REQ_ADD; in accesslog_response() 2144 op2.o_tag = LDAP_REQ_ADD; in accesslog_unbind() 2198 op2.o_tag = LDAP_REQ_ADD; in accesslog_abandon() 2411 op->o_tag = LDAP_REQ_ADD; in accesslog_db_root()
|
| D | syncprov.c | 1307 if ( op->o_tag != LDAP_REQ_ADD ) { in syncprov_matchops() 1336 if ( saveit || op->o_tag == LDAP_REQ_ADD ) { in syncprov_matchops() 1480 if ( op->o_tag != LDAP_REQ_ADD && e ) { in syncprov_matchops() 2104 if ( se->se_tag == LDAP_REQ_ADD ) { in syncprov_play_sessionlog() 2485 if ( op->o_tag == LDAP_REQ_ADD && in syncprov_op_response() 2502 if ( op->o_tag != LDAP_REQ_ADD || in syncprov_op_response() 2540 case LDAP_REQ_ADD: in syncprov_op_response() 2774 if (( have_psearches || si->si_logs ) && op->o_tag != LDAP_REQ_ADD ) in syncprov_op_mod()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| D | LDAPMessage.h | 43 static const int ADD_REQUEST=LDAP_REQ_ADD;
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | slapmodify.c | 184 case LDAP_REQ_ADD: in slapmodify() 280 case LDAP_REQ_ADD: in slapmodify() 573 case LDAP_REQ_ADD: in slapmodify()
|
| D | operation.c | 238 case LDAP_REQ_ADD: in slap_req2op()
|
| D | connection.c | 1049 case LDAP_REQ_ADD: in connection_operation() 1081 ( tag == LDAP_REQ_ADD ) || in connection_operation() 1103 if ( tag != LDAP_REQ_ADD && tag != LDAP_REQ_MODIFY ) { in connection_operation()
|
| D | syncrepl.c | 2240 { BER_BVC("add"), LDAP_REQ_ADD }, 2385 if ( req == LDAP_REQ_ADD ) in syncrepl_changelog_mods() 2429 if ( req == LDAP_REQ_ADD && !BER_BVISNULL( uuid )) { in syncrepl_changelog_mods() 3053 case LDAP_REQ_ADD: in syncrepl_message_to_op() 3067 if ( op->o_tag == LDAP_REQ_ADD ) { in syncrepl_message_to_op() 3186 slap_mods_free( modlist, op->o_tag != LDAP_REQ_ADD ); in syncrepl_message_to_op() 3243 op->o_tag = LDAP_REQ_ADD; in syncrepl_message_to_entry() 4092 op->o_tag = LDAP_REQ_ADD; in syncrepl_entry() 4761 op->o_tag = LDAP_REQ_ADD; in syncrepl_add_glue_ancestors() 4903 op->o_tag = LDAP_REQ_ADD; in syncrepl_add_glue() [all …]
|
| D | bconfig.c | 4605 op->o_tag = LDAP_REQ_ADD; in config_setup_ldif() 5974 op->o_tag = LDAP_REQ_ADD; in config_back_add() 7354 op->o_tag = LDAP_REQ_ADD; in config_back_db_open() 7801 op->o_tag = LDAP_REQ_ADD; in config_tool_entry_put() 7877 op->o_tag = LDAP_REQ_ADD; in config_tool_entry_put()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| D | slapi_ops.c | 351 case LDAP_REQ_ADD: in slapi_int_connection_done_pb() 430 PBLOCK_ASSERT_INTOP( pb, LDAP_REQ_ADD ); in slapi_add_internal_pb() 793 slapi_int_connection_init_pb( pb, LDAP_REQ_ADD ); in slapi_add_internal_set_pb() 829 slapi_int_connection_init_pb( pb, LDAP_REQ_ADD ); in slapi_add_entry_internal_set_pb()
|
| D | slapi_pblock.c | 500 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) { in pblock_get() 646 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) in pblock_get() 988 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) in pblock_set() 1005 } else if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) { in pblock_set()
|
| D | slapi_overlay.c | 417 case LDAP_REQ_ADD: in slapi_tag2op()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/trace/ |
| D | trace.c | 58 case LDAP_REQ_ADD: in trace_op2str()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/denyop/ |
| D | denyop.c | 71 case LDAP_REQ_ADD: in denyop_func()
|
| /netbsd/src/external/bsd/openldap/dist/clients/tools/ |
| D | ldapmodify.c | 427 } else if ( ( LDAP_REQ_ADD == lr.lr_op ) || ( LDAP_REQ_MODIFY == lr.lr_op ) ) { in process_ldif_rec() 428 … rc = domodify( &lr.lr_dn, lr.lrop_mods, lr.lr_ctrls, LDAP_REQ_ADD == lr.lr_op ); in process_ldif_rec()
|
| /netbsd/src/external/bsd/openldap/dist/tests/progs/ |
| D | slapd-addel.c | 127 if ( ( record.lr_op != LDAP_REQ_ADD ) || ( !record.lrop_mods ) ) { in main()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| D | config.c | 295 case LDAP_REQ_ADD: which = op_add; break; in sock_over_op()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/ |
| D | lastmod.c | 436 case LDAP_REQ_ADD: in lastmod_update() 714 case LDAP_REQ_ADD: in lastmod_response()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| D | rdnval.c | 97 if ( op->o_tag == LDAP_REQ_ADD in rdnval_unique_check()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| D | conn.c | 1243 case LDAP_REQ_ADD: in meta_back_getconn()
|