Home
last modified time | relevance | path

Searched refs:rwm (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/bsd/openldap/dist/tests/data/
H A Dslapd-proxytimeout.conf56 overlay rwm
57 rwm-suffixmassage "dc=idle-timeout,dc=example,dc=com" "ou=People,dc=example,dc=com"
67 overlay rwm
68 rwm-suffixmassage "dc=conn-ttl,dc=example,dc=com" "ou=People,dc=example,dc=com"
H A Dslapd-idassert.conf96 overlay rwm
97 rwm-suffixmassage "dc=example,dc=com"
111 overlay rwm
112 rwm-suffixmassage "dc=example,dc=com"
H A Dslapd-glue-ldap.conf35 overlay rwm
36 rwm-suffixmassage "o=Example,c=US" "dc=example,dc=com"
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A DMakefile.in34 rwm.c rwmconf.c rwmdn.c rwmmap.c \
47 OBJDEP=rwm.o rwmconf.o rwmdn.o rwmmap.o
120 rwm_x.o: rwm.o rwmconf.o rwmdn.o rwmmap.o
121 $(LD) -r -o $@ rwm.o rwmconf.o rwmdn.o rwmmap.o
123 rwm.la : rwm.lo rwmconf.lo rwmdn.lo rwmmap.lo
124 $(LTLINK_MOD) -module -o $@ rwm.lo rwmconf.lo rwmdn.lo rwmmap.lo version.lo $(LINK_LIBS)
H A Drwm.c2664 static slap_overinst rwm = { { NULL } }; variable
2679 rwm.on_bi.bi_type = "rwm"; in rwm_initialize()
2680 rwm.on_bi.bi_flags = in rwm_initialize()
2684 rwm.on_bi.bi_db_init = rwm_db_init; in rwm_initialize()
2685 rwm.on_bi.bi_db_config = rwm_db_config; in rwm_initialize()
2688 rwm.on_bi.bi_op_bind = rwm_op_bind; in rwm_initialize()
2693 rwm.on_bi.bi_op_add = rwm_op_add; in rwm_initialize()
2696 rwm.on_bi.bi_extended = rwm_extended; in rwm_initialize()
2708 rwm.on_response = rwm_response; in rwm_initialize()
2710 rwm.on_bi.bi_cf_ocs = rwmocs; in rwm_initialize()
[all …]
/netbsd/external/bsd/openldap/dist/tests/
H A Drun.in60 AC_rwm=rwm@BUILD_RWM@
/netbsd/external/historical/nawk/dist/testdir/
H A Dtest.data51 1370 rwm
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcalls.c1880 init_attr_rdwr_indices (rdwr_map *rwm, tree fntype) in init_attr_rdwr_indices() argument
1925 rwm->put (acc.ptrarg, acc); in init_attr_rdwr_indices()
1927 rwm->put (acc.sizarg, acc); in init_attr_rdwr_indices()
1985 maybe_warn_rdwr_sizes (rdwr_map *rwm, tree fndecl, tree fntype, tree exp) in maybe_warn_rdwr_sizes() argument
1993 for (rdwr_map::iterator it = rwm->begin (); it != rwm->end (); ++it) in maybe_warn_rdwr_sizes()
2028 size = rwm->get (sizidx)->size; in maybe_warn_rdwr_sizes()
H A Dattribs.cc2227 init_attr_rdwr_indices (rdwr_map *rwm, tree attrs) in init_attr_rdwr_indices() argument
2347 auto &ref = rwm->get_or_insert (acc.ptrarg, &existing); in init_attr_rdwr_indices()
2367 rwm->put (acc.sizarg, acc); in init_attr_rdwr_indices()
H A Dgimple-ssa-warn-access.cc3310 pass_waccess::maybe_check_access_sizes (rdwr_map *rwm, tree fndecl, tree fntype, in maybe_check_access_sizes() argument
3329 for (rdwr_map::iterator it = rwm->begin (); it != rwm->end (); ++it) in maybe_check_access_sizes()
3379 access_nelts = rwm->get (sizidx)->size; in maybe_check_access_sizes()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c1880 init_attr_rdwr_indices (rdwr_map *rwm, tree fntype) in init_attr_rdwr_indices() argument
1925 rwm->put (acc.ptrarg, acc); in init_attr_rdwr_indices()
1927 rwm->put (acc.sizarg, acc); in init_attr_rdwr_indices()
1985 maybe_warn_rdwr_sizes (rdwr_map *rwm, tree fndecl, tree fntype, tree exp) in maybe_warn_rdwr_sizes() argument
1993 for (rdwr_map::iterator it = rwm->begin (); it != rwm->end (); ++it) in maybe_warn_rdwr_sizes()
2028 size = rwm->get (sizidx)->size; in maybe_warn_rdwr_sizes()
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Daspell.en.pws372 rwm
H A Dbackends.sdf432 required. It requires the rwm overlay.
H A Doverlays.sdf1174 reading is the {{slapo-rwm(5)}} man page.
1182 {{:slapo-rwm(5)}}
/netbsd/external/bsd/openldap/dist/
H A Dconfigure.ac362 rwm \
411 OL_ARG_ENABLE(rwm, [AS_HELP_STRING([--enable-rwm], [Rewrite/Remap overlay])],
2971 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS rwm.la"
H A Dconfigure1615 --enable-rwm Rewrite/Remap overlay no|yes|mod [no]