Searched refs:propagate_last_id (Results 1 – 4 of 4) sorted by relevance
974 int propagate_last_id = 0; in streamReplyWithRange() local993 propagate_last_id = 1; in streamReplyWithRange()1058 if (propagate_last_id) in streamReplyWithRange()2263 int propagate_last_id = 0; in xclaimCommand() local2298 propagate_last_id = 1; in xclaimCommand()2395 propagate_last_id = 0; /* Will be propagated by XCLAIM itself. */ in xclaimCommand()2399 if (propagate_last_id) { in xclaimCommand()
974 int propagate_last_id = 0; in streamReplyWithRange() local997 if (noack) propagate_last_id = 1; in streamReplyWithRange()1068 if (spi && propagate_last_id) in streamReplyWithRange()2269 int propagate_last_id = 0; in xclaimCommand() local2304 propagate_last_id = 1; in xclaimCommand()2401 propagate_last_id = 0; /* Will be propagated by XCLAIM itself. */ in xclaimCommand()2405 if (propagate_last_id) { in xclaimCommand()
1511 int propagate_last_id = 0; in streamReplyWithRange() local1534 if (noack) propagate_last_id = 1; in streamReplyWithRange()1605 if (spi && propagate_last_id) in streamReplyWithRange()2925 int propagate_last_id = 0; in xclaimCommand() local2960 propagate_last_id = 1; in xclaimCommand()3062 propagate_last_id = 0; /* Will be propagated by XCLAIM itself. */ in xclaimCommand()3066 if (propagate_last_id) { in xclaimCommand()
1628 Streams: use propagate_last_id itself as streamPropagateGroupID trigger.1632 Streams: better naming: lastid_updated -> propagate_last_id.