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

  /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...]

Completed in 28 milliseconds