Searched refs:window_size (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java203 final DN baseDn, int serverId, int window_size,
207 return openReplicationSession(baseDn, serverId, window_size,
216 final DN baseDn, int serverId, int window_size,
221 return openReplicationSession(baseDn, serverId, window_size,
230 final DN baseDn, int serverId, int window_size,
241 state, baseDn.toNormalizedString(), serverId, window_size,
303 final DN baseDn, int serverId, int window_size,
307 return openReplicationSession(baseDn, serverId, window_size,
316 final DN baseDn, int serverId, int window_size,
321 state, baseDn.toNormalizedString(), serverId, window_size, generationI
202 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges) argument
215 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId) argument
229 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId, ReplicationDomain replicationDomain) argument
302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument
315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument
338 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, int maxSendQueue, int maxRcvQueue, boolean emptyOldChanges) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java203 final DN baseDn, int serverId, int window_size,
207 return openReplicationSession(baseDn, serverId, window_size,
216 final DN baseDn, int serverId, int window_size,
221 return openReplicationSession(baseDn, serverId, window_size,
230 final DN baseDn, int serverId, int window_size,
241 state, baseDn.toNormalizedString(), serverId, window_size,
303 final DN baseDn, int serverId, int window_size,
307 return openReplicationSession(baseDn, serverId, window_size,
316 final DN baseDn, int serverId, int window_size,
321 state, baseDn.toNormalizedString(), serverId, window_size, generationI
202 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges) argument
215 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId) argument
229 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId, ReplicationDomain replicationDomain) argument
302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument
315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument
338 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, int maxSendQueue, int maxRcvQueue, boolean emptyOldChanges) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java203 final DN baseDn, int serverId, int window_size,
207 return openReplicationSession(baseDn, serverId, window_size,
216 final DN baseDn, int serverId, int window_size,
221 return openReplicationSession(baseDn, serverId, window_size,
230 final DN baseDn, int serverId, int window_size,
241 state, baseDn.toNormalizedString(), serverId, window_size,
303 final DN baseDn, int serverId, int window_size,
307 return openReplicationSession(baseDn, serverId, window_size,
316 final DN baseDn, int serverId, int window_size,
321 state, baseDn.toNormalizedString(), serverId, window_size, generationI
202 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges) argument
215 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId) argument
229 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, boolean emptyOldChanges, long generationId, ReplicationDomain replicationDomain) argument
302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument
315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument
338 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, int maxSendQueue, int maxRcvQueue, boolean emptyOldChanges) argument
[all...]
/forgerock/web-agents-v4/zlib/
H A Ddeflate.c1109 s->window_size = (ulg)2L*s->w_size;
1193 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1234 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1266 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1311 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1340 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1385 * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD
1401 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1456 * more == window_size - lookahead - strstart
1457 * => more >= window_size
[all...]
H A Ddeflate.h126 ulg window_size; member in struct:internal_state

Completed in 53 milliseconds