HomeSort by: relevance | last modified time | path
    Searched refs:rwm (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/data/regressions/its9468/
slapd-proxy.conf 33 #rwmmod#moduleload rwm.la
49 overlay rwm
50 rwm-suffixmassage "dc=no-rebind,dc=no-timeout,dc=example,dc=com" "ou=Information Technology Division,ou=People,dc=example,dc=com"
58 overlay rwm
59 rwm-suffixmassage "dc=rebind,dc=no-timeout,dc=example,dc=com" "ou=Information Technology Division,ou=People,dc=example,dc=com"
68 overlay rwm
69 rwm-suffixmassage "dc=no-rebind,dc=timeout,dc=example,dc=com" "ou=Information Technology Division,ou=People,dc=example,dc=com"
78 overlay rwm
79 rwm-suffixmassage "dc=rebind,dc=timeout,dc=example,dc=com" "ou=Information Technology Division,ou=People,dc=example,dc=com"
  /src/external/bsd/openldap/dist/tests/data/
slapd-proxytimeout.conf 33 #rwmmod#moduleload rwm.la
56 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"
slapd-idassert.conf 30 #rwmmod#moduleload rwm.la
92 overlay rwm
93 rwm-suffixmassage "dc=example,dc=com"
107 overlay rwm
108 rwm-suffixmassage "dc=example,dc=com"
slapd-glue-ldap.conf 33 #rwmmod#moduleload rwm.la
35 overlay rwm
36 rwm-suffixmassage "o=Example,c=US" "dc=example,dc=com"
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_fc.c 137 rxfc->rwm = 0;
181 rxfc->esrwm = rxfc->rwm;
237 uint64_t window_rem = rxfc->cwm - rxfc->rwm;
265 * b = rwm - esrwm
277 uint64_t b = rxfc->rwm - rxfc->esrwm;
320 new_cwm = rxfc->rwm + rxfc->cur_window_size;
335 rxfc->rwm += num_bytes;
350 if (rxfc->rwm + num_bytes > rxfc->swm)
374 return rxfc->rwm;
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_fc.h 131 * received from the peer. rwm is the retired watermark, which tracks how
132 * much has been passed to the application. esrwm is the rwm value at which
137 uint64_t cwm, swm, rwm, esrwm, hwm, cur_window_size, max_window_size; member in struct:quic_rxfc_st
242 * Returns the current RWM. This is the total number of bytes that has been
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwm.c 1 /* $NetBSD: rwm.c,v 1.4 2025/09/05 21:16:32 christos Exp $ */
3 /* rwm.c - rewrite/remap operations */
21 __RCSID("$NetBSD: rwm.c,v 1.4 2025/09/05 21:16:32 christos Exp $");
34 #include "rwm.h"
1851 if ( strncasecmp( argv[ 0 ], "rwm-", STRLENOF( "rwm-" ) ) == 0 ) {
1853 argv[ 0 ] = &argv0[ STRLENOF( "rwm-" ) ];
1952 { "rwm-rewrite", "rewrite",
1953 2, 0, STRLENOF("rwm-rewrite"),
1962 { "rwm-suffixmassage", "[virtual]> <real"
2709 static slap_overinst rwm = { { NULL } }; variable
    [all...]
  /src/external/bsd/openldap/dist/tests/scripts/
test088-syncprov-glue-rwm 24 if test $RWM = rwmno; then
25 echo "rwm (rewrite/remap) overlay not available, test skipped"
104 [ "$RWM" = rwmmod ] && echo "olcModuleLoad: rwm.la" >> $CONFLDIF
122 dn: olcOverlay={0}rwm,olcDatabase={1}ldap,cn=config
125 olcOverlay: {0}rwm
126 olcRwmRewrite: rwm-suffixmassage "ou=users,$RMTSUFFIX"
  /src/external/bsd/openldap/dist/tests/
run.in 65 AC_rwm=rwm@BUILD_RWM@
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 2359 /* Initialize a mapping RWM for a call to a function declared with
2365 init_attr_rdwr_indices (rdwr_map *rwm, tree attrs)
2485 auto &ref = rwm->get_or_insert (acc.ptrarg, &existing);
2505 rwm->put (acc.sizarg, acc);
gimple-ssa-warn-access.cc 3337 pass_waccess::maybe_check_access_sizes (rdwr_map *rwm, tree fndecl, tree fntype,
3356 for (rdwr_map::iterator it = rwm->begin (); it != rwm->end (); ++it)
3362 there will be two entries in *RWM, one for each. They are
3406 access_nelts = rwm->get (sizidx)->size;
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 2221 /* Initialize a mapping RWM for a call to a function declared with
2227 init_attr_rdwr_indices (rdwr_map *rwm, tree attrs)
2347 auto &ref = rwm->get_or_insert (acc.ptrarg, &existing);
2367 rwm->put (acc.sizarg, acc);
gimple-ssa-warn-access.cc 3309 pass_waccess::maybe_check_access_sizes (rdwr_map *rwm, tree fndecl, tree fntype,
3328 for (rdwr_map::iterator it = rwm->begin (); it != rwm->end (); ++it)
3334 there will be two entries in *RWM, one for each. They are
3378 access_nelts = rwm->get (sizidx)->size;
  /src/external/bsd/openldap/dist/
configure 1637 --enable-rwm Rewrite/Remap overlay no|yes|mod [no]
4229 rwm \
4680 # OpenLDAP --enable-rwm
4682 # Check whether --enable-rwm was given.
4693 as_fn_error $? "bad value $enableval for --enable-rwm" "$LINENO" 5
4701 # end --enable-rwm
26559 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS rwm.la"

Completed in 55 milliseconds